[Twisted-Python] Porting Twisted Python to a new platform

Christopher Armstrong radix at twistedmatrix.com
Thu May 15 17:50:00 EDT 2003


On 2003.05.15 17:43, Simon Callan wrote:
> Hi,
> 
> I've just come across Twisted Python, and it looks like just the thing
> that I need for the projects that I want to play around with. There is
> only one slight problem, it's not available for the platform I'll be
> using (python on RISC OS).
> 
> This means that I have to write the extra code needed to interface
> Twisted Python to the RISC OS GUI, and I was wondering if there is any
> information available as to how I should go about this.
> 
> The GUI event loop is pretty standard, with one apparently unique
> feature - the event poll can indicate that there is data available to
> be read from a socket, or that a socket has just become writeable.

I'm pretty sure the GTK has the same feature, and the gtkreactor 
(twisted.internet.gtkreactor) takes advantage of it. You probably want
to read that code.

-- 
 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