[Twisted-Python] Wiring a new reactor/Client into Twisted

Itamar Shtull-Trauring itamar at itamarst.org
Mon Jul 26 21:11:57 MDT 2004


On Mon, 2004-07-26 at 18:05, Eugene Coetzee wrote:

> I'm already using SerialPort from twisted.internet.serial but I want to 
> wire it so that it works like the rest of a typical Twisted app with a 
> factory container and reactor like event loop.

1. It doesn't require a factory because that wouldn't make sense in the
context, just like twisted's udp support doesn't require a factory.

2. It requires the reactor event loop to be running in order to work.

-- 
Itamar Shtull-Trauring    http://itamarst.org






More information about the Twisted-Python mailing list