Re: Thread's, async_chat and asyncore

2005-10-05 Thread Jos
I will take a look at it, thanks! jos -- http://mail.python.org/mailman/listinfo/python-list

Re: Thread's, async_chat and asyncore

2005-10-04 Thread Matt Hammond
Hi Jos, Have you looked at Kamaelia? Its a project I'm involved in to create a framework for highly concurrent systems, geared particularly for suitability for network server/client applications. A system is built out of many small components, each with their own pseudo-thread of execution

Re: Thread's, async_chat and asyncore

2005-10-03 Thread Jos
Gaaa, i just did a run with 999 threads pushing data, and i'm getting "IndexError: deque" problems, so i'm guessing its _not_ thread safe... Bummer. jos -- http://mail.python.org/mailman/listinfo/python-list