rpc.py

Lance Ellinghouse (lance@markv.com)
Wed, 25 Aug 93 11:32:00 PDT

I am working with the rpc.py module to create a set of server/client
processes.. The problem I am having is that I wish to define a
class that uses the Server and Client classes as:

class MyServer(TCPServer, TCPClient):
......

I can use any method in TCPServer, but I cannot use any methods in
TCPClient. It does not seem to see the TCPClient at all..
I DO NOT call the TCPClient.init() routine since I already call
the TCPServer.init() call... Does this have something to do with it?

Thank you!
Lance Ellinghouse
lance@markv.com