Comment 2 for bug 1207618

Revision history for this message
Eric P. Mangold (teratorn) wrote :

Hi spikeekips,

Thank you for your patch! I intent to work on revamping Ampy in the near future to use asyncio instead of asyncore since asyncore is such a piece of junk by comparison. Possibly using a bundled version of https://pypi.python.org/pypi/trollius - the point of ampy is to be a chunk of python code you can grab and quickly have a pure-python + stdlib amp client and server.

Outside of those requirements you should just use Twisted implementation.