gorfan
IS-IT--Management
- Feb 13, 2004
- 9
I've written a client-server program in net.The program monitors when a client disconects and the server then updates a database. Each client uses a different thread when it connects. I'm using ping to test if a client is still connected in order to close the thread.
Initially the server was installed in win 2003 os. When I tried to test it under win 2000 it does not behave the same and I'm having trouble monitoring when a client disconects
Does anyone has experienced something similar when programming with threads or I am doing something wrong?
Initially the server was installed in win 2003 os. When I tried to test it under win 2000 it does not behave the same and I'm having trouble monitoring when a client disconects
Does anyone has experienced something similar when programming with threads or I am doing something wrong?