[jdev] xmppony 0.1 is released!

Norman Rasmussen norman at rasmussen.co.za
Thu Apr 16 03:12:34 CDT 2009


On Thu, Apr 16, 2009 at 2:08 AM, Anaël Verrier <elghinn at free.fr> wrote:
>>  - true asynchronous code - Gajim team did this about a year ago.
>> They added non-blocking calls for almost everything that used to
>> block.  Support for asyncore would be great, because this is another
>> python built-in library.
> I don't understand why people do not like threads :'(
> threading is a standard Python module too.

because you can't spin off one thread for each connection on a server :-)

(on a client it's reasonable, because you may only have 5 to 10
threads, but one a server with 100+ threads, it starts to go haywire)

-- 
- Norman Rasmussen
 - Email: norman at rasmussen.co.za
 - Home page: http://norman.rasmussen.co.za/



More information about the JDev mailing list