Re: [Twisted-Python] Amount of concurrent connections

2009-11-12 Thread Bokhan Artem
vit...@synapticvision.com пишет: > Sorry, forgot to mention, per second. > Amount of concurrent connections per second. Just for example, in my tests standard twisted http server can do about 1k dummy req/resp per second on one modern cpu core. > > Quoting "Eero Nevalainen" : > >> vit...@syna

Re: [Twisted-Python] Amount of concurrent connections

2009-11-12 Thread vitaly
Of course its also depend on frequency of r/r, but also on size of data. Or am I missing something? Quoting "Bokhan Artem" : > vit...@synapticvision.com пишет: >> hi, >> what would be expected amount(+-) of concurrent connections > > Why this should depend on size of responses/requests? > >

Re: [Twisted-Python] Amount of concurrent connections

2009-11-12 Thread vitaly
Sorry, forgot to mention, per second. Amount of concurrent connections per second. Quoting "Eero Nevalainen" : > vit...@synapticvision.com wrote: >> hi, >> what would be expected amount(+-) of concurrent connections for >> twisted reactor if single request to gateway eq 1Kb and response >

Re: [Twisted-Python] Amount of concurrent connections

2009-11-12 Thread Bokhan Artem
vit...@synapticvision.com пишет: > hi, > what would be expected amount(+-) of concurrent connections Why this should depend on size of responses/requests? for > twisted reactor if single request to gateway eq 1Kb and response back > 30Kb (I mean response data much more bigger than request)? (

[Twisted-Python] Amount of concurrent connections

2009-11-12 Thread vitaly
hi, what would be expected amount(+-) of concurrent connections for twisted reactor if single request to gateway eq 1Kb and response back 30Kb (I mean response data much more bigger than request)? (1Gb network card on twisted machine) Appreciate the help. __