On Fri, 2010-12-31 at 14:35 +0200, Umut Aydin wrote:
> I just completed an article about writing a job server with Twisted
> Framework. It's also based on my job server project called Jobbar.
>
> http://umut.mobi/blog/2010/12/31/jobbar-distributed-job-server/
>
> I'm still working on it.
As long
On Jan 3, 2011, at 4:52 PM, David Strauss wrote:
> On Fri, 2010-12-31 at 14:35 +0200, Umut Aydin wrote:
>> I just completed an article about writing a job server with Twisted
>> Framework. It's also based on my job server project called Jobbar.
>>
>> http://umut.mobi/blog/2010/12/31/jobbar-distr
AFAIK, no. It has a number of concurrency things:
- gevent
- eventlet
- pools (threads and processes)
No twisted, afaik.
cheers,
lvh
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/
On Jan 3, 2011, at 6:47 PM, Laurens Van Houtven wrote:
> AFAIK, no. It has a number of concurrency things:
>
> - gevent
> - eventlet
> - pools (threads and processes)
>
> No twisted, afaik.
>
> cheers,
> lvh
Well, sort of: eventlet uses the 'twistdr' hub by default, so you could
probably use