Hi all, I've setup a 3 tier application, i have client application connect to server application using socket connection. This server will connect to database server. Everything works fine, but when the computer is left idle for at least 5 minutes, then when one of my form needs to load dataset from server, it then hang. I've tried to catch what cause the client application to hang. But it seems that the client didn't even reach the server yet. The server application is still working. And this is happen to all client, if all client idle for at least 5 minutes then the client failed to call server application. And it also happen when the application is not used for at least 5 minutes but user still use computer for other application. I've also tried to disconnect the client computer network cable, it will show error saying "error reading socket", and if i tried to force close the socket server, same error will show up.
My rdm is set using tmSingle, SingleInstance. Can anyone help me? Thanks -- Iwan Cahyadi Sugeng Interaktif Cipta Lestari

