Re: [Twisted-Python] Basic factory question

2009-04-13 Thread Jean-Paul Calderone
On Mon, 13 Apr 2009 11:25:12 -0700, Ted Pederson wrote: 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

[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