-- psxlindamodule.c 򥳥ѥ롣⥸塼(psxlinda.so)"."˺
-- psxlinda ⥸塼ΥѥϴĶѿPYTHONPATHǻ

-- ldservưƤ
===  ===
[yasumura@karateka modules]$ python
Python 2.3.5 (#1, Mar 20 2005, 20:38:20) 
[GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from FederatedLinda import *
>>> flinda = FederatedLinda()
>>> a = flinda.open("localhost", 10000)
connecting ... 10000
 connect middle server 3
>>> rep = a.In(1)
>>> flinda.sync()
>>> a.Out(1,'strings')
>>> flinda.sync()
>>> rep.reply()
'strings'
>>> rep.reply()
>>> rep = a.Rd(2)
>>> flinda.sync()
>>> a.Out(3,'string')
>>> flinda.sync()
>>> a.Out(2, 'sti')
>>> flinda.sync()
>>> rep.reply()
'sti'
>>> ^D
=== ޤ ===
