I\'m trying to use Twisted in a sort of spidering program that manages multiple client connections. I\'d like to maintain of a pool of about 5 clients working at one time. The
I don't know if you are forced to use Twisted, otherwise you might want to give Gevent a try.