A Novice question
David B. Lawson
dlawson@teir.com
Wed, 9 Jul 1997 11:14:52 -0400
I have a couple of simple questions:
1) How can I have one server object per client connection? I suspect =
the answer is that I can't but I had to ask. The situation is that I'd =
like to have one server object for each client.
2) How do I export more than 1 object from the server? Do I need to =
start a separate thread for object being exported? The situation is =
that I have an object A that has a method that returns an object B. Can =
I just create a B and return it or does it need to be in another thread?
Thanks for any help
Dave