Re: RPC with Python - Comparison?

2004-12-07 Thread has
Wolfgang Keller wrote: > Am 6 Dec 2004 16:00:35 -0800 schrieb has: > > > Wolfgang Keller wrote: > > > >>> MacPython also supports Apple events > >> > >> I know, but I was thinking of OS-independent RPC protocols. :-) > > Pity, you're missing some good stuff... :/ > > _I_ _am_ using a Mac at home. >

Re: RPC with Python - Comparison?

2004-12-07 Thread has
Wolfgang Keller wrote: > Am 6 Dec 2004 16:00:35 -0800 schrieb has: > > > Wolfgang Keller wrote: > > > >>> MacPython also supports Apple events > >> > >> I know, but I was thinking of OS-independent RPC protocols. :-) > > Pity, you're missing some good stuff... :/ > > _I_ _am_ using a Mac at home. >

Re: RPC with Python - Comparison?

2004-12-07 Thread Wolfgang Keller
Am 6 Dec 2004 16:00:35 -0800 schrieb has: > Wolfgang Keller wrote: > >>> MacPython also supports Apple events >> >> I know, but I was thinking of OS-independent RPC protocols. :-) > Pity, you're missing some good stuff... :/ _I_ _am_ using a Mac at home. But not _everyone_ _else_ and especially

Re: RPC with Python - Comparison?

2004-12-06 Thread Jeremy Bowers
On Mon, 06 Dec 2004 21:38:16 -0800, johng2001 wrote: > Anyone has any insights on REST Vs SOAP/XML-RPC? I have seen these debates > else where on the web. Just want to know what the view point here is. I've seen people argue this point a bajillion times, and honestly, I think the best insight is t

Re: RPC with Python - Comparison?

2004-12-06 Thread johng2001
> Candidates could be: > > - Pyro > - Twisted.spread > - OSE (XML-RPC) > - ICE > - ...others? Anyone has any insights on REST Vs SOAP/XML-RPC? I have seen these debates else where on the web. Just want to know what the view point here is. -- http://mail.python.org/mailman/listinfo/python-list

Re: RPC with Python - Comparison?

2004-12-06 Thread has
Wolfgang Keller wrote: > > MacPython also supports Apple events > > I know, but I was thinking of OS-independent RPC protocols. :-) Pity, you're missing some good stuff... :/ -- http://mail.python.org/mailman/listinfo/python-list

Re: RPC with Python - Comparison?

2004-12-06 Thread Wolfgang Keller
>> Candidates could be: >> >> - Pyro I forgot to mention Corba here: - Omniorb - Orbit - Fnorb BTW: It seems to me that none of these provides an AMI implementation...? >> - Twisted.spread >> - OSE (XML-RPC) >> - ICE >> - ...others? > MacPython also supports Apple events (high-level bridge: >

Re: RPC with Python - Comparison?

2004-12-06 Thread has
Wolfgang Keller wrote: > Candidates could be: > > - Pyro > - Twisted.spread > - OSE (XML-RPC) > - ICE > - ...others? MacPython also supports Apple events (high-level bridge: ) HTH -- http://mail.python.org/mailman/listinfo/python-lis

RPC with Python - Comparison?

2004-12-06 Thread Wolfgang Keller
Hello, has anyone done a comparison of the different RPC protocols & implementations available for Python that is more extensive and exhaustive than the one on http://www-106.ibm.com/developerworks/webservices/library/ws-pyth9/? Topics would be: - Runtime efficiency - Development efficiency - De