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
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
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