commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-common/doc RPC-status.txt


From: Jan Ischebeck
Subject: gnue-common/doc RPC-status.txt
Date: Wed, 29 Oct 2003 08:24:20 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Jan Ischebeck <address@hidden>  03/10/29 08:24:20

Modified files:
        doc            : RPC-status.txt 

Log message:
        update RPC-status file

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/doc/RPC-status.txt.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gnue-common/doc/RPC-status.txt
diff -c gnue-common/doc/RPC-status.txt:1.4 gnue-common/doc/RPC-status.txt:1.5
*** gnue-common/doc/RPC-status.txt:1.4  Wed May  1 20:23:33 2002
--- gnue-common/doc/RPC-status.txt      Wed Oct 29 08:24:20 2003
***************
*** 5,28 ****
  part/protocoll      status                  needed librarys
  --------------      --------------------    ----------------
          
! Base RPC support     alpha (but working ok)     normal gnue-common libs
  
! XMLRPC*:             server: alpha (working ok)  xmlrpclib.py from
! (Pythonware)       client: alpha (working ok)  www.pythonware.com 
  
! XMLRPC**:            server: alpha (working ok)  py-xmlrpc.sf.net or
!  (py-xmlrpc)       client: alpha (working ok)  apt-get install python-xmlrpc
  
  Corba:                     not implemented yet
  
! Pyro:                not implemented yet
  
  SOAP:              not implemented yet
  
  
  
! * XMLRPC (Pythonware) can be accessed by: "pw_xmlrpc"
! * XMLRPC (py-xmlrpc) is gpl'd and made the standart for "xmlrpc"
  
  
  
--- 5,28 ----
  part/protocoll      status                  needed librarys
  --------------      --------------------    ----------------
          
! Base RPC support     beta (working ok)     normal gnue-common libs
  
! XMLRPC*:             server: beta (working ok)  xmlrpclib.py from
! (Pythonware)       client: beta (working ok)  www.pythonware.com 
  
! XMLRPC**:            server: beta (working ok)  py-xmlrpc.sf.net or
!  (py-xmlrpc)       client: beta (working ok)  apt-get install python-xmlrpc
  
  Corba:                     not implemented yet
  
! Pyro:                server+client: alpha (80% impl.)  apt-get install pyro
  
  SOAP:              not implemented yet
  
  
  
! * XMLRPC (Pythonware) can be accessed by: "xmlrpc.pw_xmlrpc"
! * XMLRPC (py-xmlrpc) can be accessed by: "xmlrpc.py_xmlrpc"
  
  
  
***************
*** 41,48 ****
            a xmlrpc library (no LGPL) from www.pythonware.com.
            !! support https !!
  
  yet not working Adapters:
  
  orbit
- pyro
  ...
--- 41,53 ----
            a xmlrpc library (no LGPL) from www.pythonware.com.
            !! support https !!
  
+ pyro      client and server adaptors for the Python Remote Object Framework.
+           this will be faster and more reliable than xmlrpc, as it uses 
+           python's native prickle function. (now still in alpha stage)
+           
+           ATTENTION: To use pyro a pyro nameserver needs to be running!
+ 
  yet not working Adapters:
  
  orbit
  ...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]