Re: Threads / network
"Frédéric Mantegazza" <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
Le 22/10/2007, "Alexandre Delattre" <[email protected]> a écrit: >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 Ok, thanks :o) -- Frédéric