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: Tue, 30 Apr 2002 20:01:59 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/04/30 20:01:58

Modified files:
        common/doc     : RPC-status.txt 

Log message:
        added more details about the protocolls

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

Patches:
Index: gnue/common/doc/RPC-status.txt
diff -c gnue/common/doc/RPC-status.txt:1.2 gnue/common/doc/RPC-status.txt:1.3
*** gnue/common/doc/RPC-status.txt:1.2  Tue Apr 30 19:52:30 2002
--- gnue/common/doc/RPC-status.txt      Tue Apr 30 20:01:58 2002
***************
*** 1,24 ****
! RPC Status Information
  ======================
  
  
  part/protocoll      status                  needed librarys
          
  Base RPC support     alpha (but working ok)     normal gnue-common libs
  
- Corba:                     not implemented yet
- 
- Pyro:                not implemented yet
- 
- SOAP:              not implemented yet
- 
  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
  
  
  
  * XMLRPC (Pythonware) can be accessed by: "pw_xmlrpc"
  * XMLRPC (py-xmlrpc) is gpl'd and made the standart for "xmlrpc"
--- 1,46 ----
! RPC Status Information (2002/04/30)
  ======================
  
  
  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"
+ 
+ 
+ 
+ more details about RPC-comm-adapters
+ =====================================
+ 
+ working Adapters:
+ 
+ xmlrpc    client and server-adaptors for the XMLRPC-protocol, baseing on
+           a fast, LGPL'd xmlrpc library from py-xmlrpc.sourceforge.net.
+           !! does not support https !!
+ 
+ pw-xmlrpc client and server-adaptors for the XMLRPC-protocol, baseing on
+           a xmlrpc library (no LGPL) from www.pythonware.com.
+           !! support https !!
+ 
+ yet not working Adapters:
+ 
+ orbit
+ pyro
+ ...



reply via email to

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