Re: [Twisted-Python] Using spawnProcess

2014-09-01 Thread exarkun
On 12:24 pm, grigorescu_cipr...@yahoo.com wrote: Hello, I have wrote a custom protocol(inherit from SMTPClient) and factory(inherit from ClientFactory) in order to send emails from multiple ips(multiple connections, factories). Now I want to run this pice of code multiple times using spawnPro

[Twisted-Python] Using spawnProcess

2014-09-01 Thread Grigorescu Ciprian
Hello, I have wrote a custom protocol(inherit from SMTPClient) and factory(inherit from ClientFactory) in order to send emails from multiple ips(multiple connections, factories). Now I want to run this pice of code multiple times using spawnProcess to send emails simultaneous, each process havi