Re: [Twisted-Python] High Concurrency

2009-06-17 Thread Itamar Shtull-Trauring
> Hi, > I want to use twisted to write a server which is to get purchase orders > from > about tens of thousands clients sent by wireless net work (tcp protocol) > and > store the orders into a DBMS system. I wonder if it is possible and how to > deal with the high concurrency. It is possible. De

[Twisted-Python] High Concurrency

2009-06-16 Thread 陶艺夫
Hi, I want to use twisted to write a server which is to get purchase orders from about tens of thousands clients sent by wireless net work (tcp protocol) and store the orders into a DBMS system. I wonder if it is possible and how to deal with the high concurrency. any idea? thanks in advance! ___