Open .rev files as seperate processes
Posted: Thu May 25, 2006 10:28 am
I have a server program, which has been built into a .exe file.
And I have a few client programs, each of them is in a .rev file.
I also have another .exe file, which is used to open those .rev client programs.
The problem is that if I open the client programs through the .exe file, the system will consider them as the same process. And because I'm using the "open socket" command to make connection to the server, it means only one client program can connect to the server at all time.
Any suggestion to solve this problem?
Thanks....
And I have a few client programs, each of them is in a .rev file.
I also have another .exe file, which is used to open those .rev client programs.
The problem is that if I open the client programs through the .exe file, the system will consider them as the same process. And because I'm using the "open socket" command to make connection to the server, it means only one client program can connect to the server at all time.
Any suggestion to solve this problem?
Thanks....