[PythonCE] Threads / network

Alexandre Delattre alexandre.delattre at enst-bretagne.fr
Mon Oct 22 12:13:48 CEST 2007


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


More information about the PythonCE mailing list