Trying to do some scalability testing on my first twisted server.
When I have hundreds of connections and moments of very high server activity
I am seeing that clients are unable to connect.
Here are some numbers: 250 open TCP connections. I see 857 operations in my
log during the second where a
How can my server utilize other web services? Is there part of the framework
to do this, or should I just write a mini-client?
Basically, I want to use a very simple web service, a url with a couple of
params, and I get back xml or json data.
Sorry for fundamental nature of this question. Perhaps
Coming from C++ to python/twisted. Looking at samples, created a simple
server and want to create a tester file that will create many clients to
connect to and exercise my server. All very nice and easy and like this a
lot so far.
The one thing that looks strange to me is that the samples instanti
I am new to twisted. If I understand it correctly, the framework doesn't
support multiple log files. I can still use python's logging, but will there
be problems with blocking?
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twiste