[Twisted-Python] newbie: asynchronous client

Joshua Bloom jbloom at cfa.harvard.edu
Mon Feb 17 15:56:56 MST 2003


I'd like to set up a non-blocking TCP client that loops indefinately,
waiting for the user to input something (which gets sent to the server)
but also responds to server replies whenever it can. So after I send
"factorial 1234" to the server, I'd like to be able to say "1 + 2" before
the server returns and get a response from that.

Thanks in advance for any pointers.

Josh Bloom




More information about the Twisted-Python mailing list