Re: [Twisted-Python] Best strategies for pb Referenceables running long methods from callRemote

2011-03-19 Thread Charles Solar
Ah no, I use conch to connect to the remote machines. My conch code starts a remote python instance and runs some bootstrapping python code which connects to the PB Root. Once connected I send the test code to the remote process and start testing with PB. When the PB remote method (remote_execut

Re: [Twisted-Python] Best strategies for pb Referenceables running long methods from callRemote

2011-03-18 Thread Charles Solar
Thanks for the reply. I am using twisted conch to connect to the remote machines and start these tests, I am thinking that instead of using one connection for all testing I will open a new connection (and thus a new python) for each test. Like I said increasing the thread pool size worked well fo

[Twisted-Python] Best strategies for pb Referenceables running long methods from callRemote

2011-03-10 Thread Charles Solar
I am using PB to run remote methods in a testing system at my company. The code works very well but breaks down when I start running multiple tests at once. I have tracked this down to overflowing the thread pool on the remote machines. I am wondering if anyone might have better suggestions for