[Twisted-Python] Using win32eventreactor (newbie alert)

Christopher Armstrong radix at twistedmatrix.com
Sun Feb 2 11:54:25 MST 2003


On Sun, Feb 02, 2003 at 12:20:51PM -0500, Jeff Grimmett wrote:
> I'm a little confused about how to use the win32eventreactor in place of
> the default. The default on W32 platforms doesn't have the
> ProcessProtocol support implemented yet, but according to the docs the
> win32eventreactor does.
> 
> Here's what I need to do:  I want to listen on one or more ports for
> connections; when connections are made, I want to connect these
> connections with programs designed to handle the connection in question,
> i.e. if it's telnet I want to connect the session with a login program
> and proceed from there. 

btw, I don't know anything about win32 stuff, but Twisted has an inetd
implementation that does exactly this. It'd be cool to have it work on
win32 :-) See twisted.runner.

-- 
 Twisted | Christopher Armstrong: International Man of Twistery
  Radix  |          Release Manager,  Twisted Project
---------+     http://twistedmatrix.com/users/radix.twistd/




More information about the Twisted-Python mailing list