commit-gnue
[Top][All Lists]
Advanced

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

gnue appserver/INSTALL common/doc/RPC-abstracti...


From: Jan Ischebeck
Subject: gnue appserver/INSTALL common/doc/RPC-abstracti...
Date: Wed, 01 May 2002 20:23:33 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/05/01 20:23:33

Modified files:
        appserver      : INSTALL 
        common/doc     : RPC-abstraction.txt RPC-status.txt 

Log message:
        spelling error correction

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

Patches:
Index: gnue/appserver/INSTALL
diff -c gnue/appserver/INSTALL:1.4 gnue/appserver/INSTALL:1.5
*** gnue/appserver/INSTALL:1.4  Wed May  1 17:14:31 2002
--- gnue/appserver/INSTALL      Wed May  1 20:23:33 2002
***************
*** 31,37 ****
  
  1. install the newest version of GNUE/common from CVS
  
! 2. get all python librarys for the protocolls you want to test.
     (have a look at common/doc/RPC-Status.txt for the supported
      protocolls)
     
--- 31,37 ----
  
  1. install the newest version of GNUE/common from CVS
  
! 2. get all python librarys for the protocols you want to test.
     (have a look at common/doc/RPC-Status.txt for the supported
      protocolls)
     
Index: gnue/common/doc/RPC-abstraction.txt
diff -c gnue/common/doc/RPC-abstraction.txt:1.6 
gnue/common/doc/RPC-abstraction.txt:1.7
*** gnue/common/doc/RPC-abstraction.txt:1.6     Tue Apr 30 19:52:30 2002
--- gnue/common/doc/RPC-abstraction.txt Wed May  1 20:23:33 2002
***************
*** 78,88 ****
     python
  
  b) put the object handler in front of the method name.
!    f.e.: [23523sdfser3234345].setFlavor("glazed")
  
  Because the implementation of one of these two methods is
! protocoll specific. Both ways can happyly coexit in different
! protokoll plugins.
  
  
  
--- 78,88 ----
     python
  
  b) put the object handler in front of the method name.
!    f.e.: [23523sdfser3234345].setFlavor("glaced")
  
  Because the implementation of one of these two methods is
! protocol specific. Both ways can happyly coexit in different
! protokol plugins.
  
  
  
***************
*** 177,183 ****
  
  
  An application makes a call to GComm.bind() with a list of requested
! interfaces and the location of its
  
  A ServerAdapter is loaded from commdrivers for each requested interface.
  Currently, each ServerAdapter is forked into a separate process and
--- 177,183 ----
  
  
  An application makes a call to GComm.bind() with a list of requested
! interfaces and the location of its .grpc file
  
  A ServerAdapter is loaded from commdrivers for each requested interface.
  Currently, each ServerAdapter is forked into a separate process and
Index: gnue/common/doc/RPC-status.txt
diff -c gnue/common/doc/RPC-status.txt:1.3 gnue/common/doc/RPC-status.txt:1.4
*** gnue/common/doc/RPC-status.txt:1.3  Tue Apr 30 20:01:58 2002
--- gnue/common/doc/RPC-status.txt      Wed May  1 20:23:33 2002
***************
*** 34,39 ****
--- 34,41 ----
  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 !!
+         options:  port       int
+                   loglevel   int  sets the loglevel for the xmlrpc lib
  
  pw-xmlrpc client and server-adaptors for the XMLRPC-protocol, baseing on
            a xmlrpc library (no LGPL) from www.pythonware.com.



reply via email to

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