vodester
March 28th, 2001, 08:13 AM
I have written a client server app which works fine. What I want is rather than to create a new instance of the server app each time a client connects, for all the clients to use the same instance. So effectively multiple clients connecting to one server. The reason for this is that I wish all the client's to share the same variable value which can be amended by each client.
Any ideas of how I can achieve this, or sample code.
Thanks.
Any ideas of how I can achieve this, or sample code.
Thanks.