SocketServer.py on win32

Daniel Greenblatt dan at cgl.ucsf.edu
Mon Oct 13 21:40:41 EDT 2003


Has anyone used the SocketServer.py module successfully on windows? 

I don't know if I'm doing something terribly wrong, here but I use a
SocketServer in my app, running it in a seperate thread, and get very
finnicky behavior on my windows XP machine (while the code runs fine
on other *nix platforms). Sometimes my app freezes as soon as the
socketserver thread is started, other times it is freezes once it
receives a connection. Any help would be greatly appreciated. I.e. is
it my code, or just one of those windows things? If it is a win.
thing, are there any reasonable workarounds?

Thanks in advance,
Dan Greenblatt




More information about the Python-list mailing list