On Tue, 28 Apr 2009 14:57:31 -0300, Juanjo Conti <[email protected]> wrote:
>I'll 400 clients in the first deploy and some thousands later. Do you
>think are many?

You might want to consider a more efficient protocol.  For example, when
a client connects, you could tell it that you want it to send you its
status once every thirty seconds.  Then you don't need to send the request
to each client twice a minute, which saves you the transmission overhead
and the time-based scheduling overhead.

Jean-Paul

_______________________________________________
Twisted-Python mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to