« Return to Thread: AmFast 0.3 adds support for PyAmf

Re: AmFast 0.3 adds support for PyAmf

by lists-144 :: Rate this Message:

Reply to Author | View in Thread

Hi Dave,

congratulations with your new release. What I personally don't understand is why you're duplicating all of this stuff in a new library? You contributed a lot of work for the SQLAlchemy adapter in PyAMF and at some point you decided to create your own AMF library that basically does exactly the same as PyAMF, which doesn't make sense to me, because shouldn't we try to avoid duplication of effort here? Anyway, would be interesting to know what the rest of the people on this list think of it, I might be a little biased.

Cheers,

Thijs

On 11 May 2009, at 18:00, limscoder wrote:


AmFast (http://code.google.com/p/amfast/) is Flash remoting package for
Python.

AmFast version 0.3 adds PyAmf support. Use PyAmf to encode and decode
messages instead of AmFast's default C-extension for a pure-Python
implementation.

AmFast 0.3 Features
=================
* Support for NetConnection and RemoteObject RPC.
* Producer/Consumer messaging via HTTP polling.
* Support for ChannelSets with multiple Channels to expose resources in
different ways.
* Built in Channels for CherryPy, Twisted Web, and straight-up WSGI.
* Easily configurable authentication for NetConnection and RemoteObject.
* PyAmfEndpoint to encode/decode messages with pure Python, with no C
compiler dependencies.
* Optional C-extensions for speedy AMF encoding/decoding.
--
View this message in context: http://www.nabble.com/AmFast-0.3-adds-support-for-PyAmf-tp23487096p23487096.html
Sent from the pyamf-users mailing list archive at Nabble.com.

_______________________________________________
PyAMF users mailing list - users@...
http://lists.pyamf.org/mailman/listinfo/users



_______________________________________________
PyAMF users mailing list - users@...
http://lists.pyamf.org/mailman/listinfo/users

PGP.sig (201 bytes) Download Attachment

 « Return to Thread: AmFast 0.3 adds support for PyAmf