[Twisted-Python] High traffic connection issue

2010-09-22 Thread Ted Pederson
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

[Twisted-Python] Farming off work to other web services

2009-11-18 Thread Ted Pederson
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

[Twisted-Python] Basic factory question

2009-04-13 Thread Ted Pederson
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

[Twisted-Python] multiple log files

2009-01-27 Thread Ted Pederson
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