limscoder / amfast

An Adobe AMF serialization and RPC implementation for Python, written as a C extension for speed.
MIT License
5 stars 6 forks source link

Drop support for CherryPy and Twisted Channels??? #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CherryPy and Twisted can both mount WSGI apps. Should we only support WSGI,
and just mount the WSGI app from within CherryPy or Twisted? 

Original issue reported on code.google.com by dthomp...@gmail.com on 14 May 2009 at 6:32

GoogleCodeExporter commented 9 years ago
I think the best strategy is to keep TwistedChannel to optimize async 
performance,
and to deprecate CherryPy, since the WsgiChannel should work with any
multithreaded-wsgi server.

Original comment by dthomp...@gmail.com on 14 May 2009 at 7:51

GoogleCodeExporter commented 9 years ago

Original comment by dthomp...@gmail.com on 17 May 2009 at 1:17