Hi, 1) Yes, the thread and threading module are portable wrappers around the os threading facilities. This means they suffer from the same limitation of the os, I can remember there's about max 32 concurrent threads possible on wince (vs ~1000 on the desktop)
2) Yes, all you have to do is to bind your server, or connect your socket to the loopback interface via the ip 127.0.0.1 Regards, Alexandre _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce