TURNERMICH
Technical User
I have a winsock server running on a remote server.
The client winsock program i have written,will only allow approx 20 copies of the program to run, until i run out of memory.
****
I am trying to test how the server goes with a large number of connections.
****
I do not wish to alter the client winsock control to an array etc, as the program is too complicated to alter to cater for this.
Is there any way of compiling the client vb6 program so that it makes a small footprint and when running swaps to disk. (Like the old dos days!!!)
Or any other idea, so i can run a large number of copies of the program at once.
Probably a stupid question, BUT !!!!
The client winsock program i have written,will only allow approx 20 copies of the program to run, until i run out of memory.
****
I am trying to test how the server goes with a large number of connections.
****
I do not wish to alter the client winsock control to an array etc, as the program is too complicated to alter to cater for this.
Is there any way of compiling the client vb6 program so that it makes a small footprint and when running swaps to disk. (Like the old dos days!!!)
Or any other idea, so i can run a large number of copies of the program at once.
Probably a stupid question, BUT !!!!