![](https://secure.gravatar.com/avatar/433365de0f787faa3ed3e6dd1da5884f.jpg?s=120&d=mm&r=g)
May 30, 2002
10:22 a.m.
Itamar Shtull-Trauring wrote:
If you do reactor.listenTCP on a factory, startFactory and stopFactory are never called. I therefore suggest that we add methods doStart and doStop to protocol.Factory, like so, and have them called in listenTCP/UDP/SSL, and remove calls to start/stopFactory from app.Appliecation:
OK, done, basically identically to the pseudocode listed in previous email, slighly improved - I will check in after 0.18 is released.