Re: [Twisted-Python] Quan Nguyen: Twisted Python questions

2012-06-13 Thread Glyph
On Jun 12, 2012, at 1:53 PM, Quan Nguyen wrote: > Hello, > > I am new to Twisted. > I am extending the twisted Echo server example by sending the data that the > server receives from telnet into a child process that processes the data. The > function outReceived in censoringProtocol is called

[Twisted-Python] Quan Nguyen: Twisted Python questions

2012-06-12 Thread Quan Nguyen
Hello, I am new to Twisted. I am extending the twisted Echo server example by sending the data that the server receives from telnet into a child process that processes the data. The function outReceived in censoringProtocol is called when the child writes the result and the result is received.