Re: [Twisted-Python] Porting Apache Mina to Twisted

2010-12-05 Thread Umut Aydin
Thank you for your response. I have another question. In my job server I collect worker connections into a key/value structure by their categories which means jobs and I send them some messages when a client connection made a request suitable with one of worker connections. The problem is that wor

Re: [Twisted-Python] Porting Apache Mina to Twisted

2010-12-05 Thread Godson Gera
On Sun, Dec 5, 2010 at 4:07 PM, Umut Aydin wrote: > Hello everybody. Hope you have a good weekend. > > I'm trying to port my distributed job server project to twisted but I > have a few questions. > > I just tested twisted with protocol.Protocol socket handler class and > it seems like that it cr

[Twisted-Python] Porting Apache Mina to Twisted

2010-12-05 Thread Umut Aydin
Hello everybody. Hope you have a good weekend. I'm trying to port my distributed job server project to twisted but I have a few questions. I just tested twisted with protocol.Protocol socket handler class and it seems like that it creates a new instance for each connection. I want to put those co