Re: [Twisted-Python] RTFM about custom reactors

2009-05-05 Thread andrewfr_ice
Message: 3 Date: Mon, 4 May 2009 02:15:25 -0400 From: Mohamed Lrhazi Subject: [Twisted-Python] RTFM about custom reactors To: twisted-python@twistedmatrix.com Message-ID:     Content-Type: text/plain; charset=ISO-8859-1 Hi Mohamed: >I was wondering if someone could point me in the ri

Re: [Twisted-Python] RTFM about custom reactors

2009-05-04 Thread Mohamed Lrhazi
On Mon, May 4, 2009 at 2:08 PM, Itamar Shtull-Trauring wrote: > The  reactor does low-level network events, like TCP reads, not > high-level plugins. What would these plugins do exactly? > The Network OS acts as proxy, at the IP level, but also implements several protocols, including http. It als

Re: [Twisted-Python] RTFM about custom reactors

2009-05-04 Thread Itamar Shtull-Trauring
On Mon, 2009-05-04 at 02:15 -0400, Mohamed Lrhazi wrote: > Hello all, > > I was wondering if someone could point me in the right direction > > I am attempting to connect a proprietary network OS plugin system to > Python, to allow for writing traffic handling plugins in Python, and > was wond

[Twisted-Python] RTFM about custom reactors

2009-05-03 Thread Mohamed Lrhazi
Hello all, I was wondering if someone could point me in the right direction I am attempting to connect a proprietary network OS plugin system to Python, to allow for writing traffic handling plugins in Python, and was wondering what it would take to connect such a system into Twisted, thus al