Fair enough, I only use AMP as the external interface (e.g. Javascript talking to me from a browser).


On Sat, Mar 2, 2013 at 12:25 PM, Phil Mayers <p.mayers@imperial.ac.uk> wrote:
On 03/01/2013 10:27 PM, Glyph wrote:

>   What is AMP too much of?  Memory?  CPU?  Bandwidth?  API complexity?
>   Code size?  As compared to what?

FWIW, every time (all three of them...) I've looked at AMP I got rapidly
bored and ended up using PB. My use-cases have usually been
Twisted->Twisted, and the AMP "Command" definition, and syncing said
defs up at both ends, was hassle I didn't need.

When I need to talk to external systems I almost always use some REST,
XMLRPC or JSON-RPC interface, because they're usually available
out-of-the-box.

I also don't care for the idea of statically typing the command defs;
I'm sure this helps when talking to languages with crappy typing
systems, but honestly - who uses Java these days? ;o)

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python



--
cheers
lvh