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