RMI or RPC for python ?
Tres Seaver
tseaver at starbase.neosoft.com
Tue Feb 1 10:39:48 EST 2000
More information about the Python-list mailing list
Tue Feb 1 10:39:48 EST 2000
- Previous message (by thread): RMI or RPC for python ?
- Next message (by thread): RMI or RPC for python ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <hwsd7qhhxih.fsf at murlibobo.cs.mu.OZ.AU>, Mark NG <markn at cs.mu.OZ.AU> wrote: > > >G'day, > >Does there exist a Remote Method Invocation or Remote Procedure Call >framework for Python like the RMI classes/interfaces in java ?? >or do we have to go it alone with the pickle jar ? F-bot's xmlrpclib.py is usable for RPC over HTTP (Zope uses it to nice advantage). Fnorb and omniORBpy are CORBA ORBs implemented in Python -- you get the added bonus of language independence with CORBA. -- --------------------------------------------------------------- Tres Seaver tseaver at palladion.com 713-523-6582 Palladion Software http://www.palladion.com
- Previous message (by thread): RMI or RPC for python ?
- Next message (by thread): RMI or RPC for python ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list