[Twisted-Python] iConnector factory not what expected

Itamar Turner-Trauring itamar at itamarst.org
Fri Jun 15 15:23:46 EDT 2012


On 06/15/2012 12:46 PM, Martin wrote:
> What happens if I create two SSL connections with the same factory f?
> Would calling "stopTrying" on that f then affect both connections? Or
> just the last? I guess I can simply test this out myself, it's just
> slightly weird to me. :)
It's better to have one factory per outgoing connection; with 
reconnection I suspect it'll actually break if you try to use one 
factory for two connections.




More information about the Twisted-Python mailing list