Connection lost when client is idle

Tech-Archive recommends: Speed Up your PC by fixing your registry



I am using observer pattern for sending data back to client whenever server
thinks it is required. But if there a delay say 5 to 1o min the server is
unable to send the data back to client. Is there any setting for TCPChannel
telling it not to expire. Or does the TCPChannels gets freed when they are
idle? Please let me know what could be the problem.
Thanks & Regards,
Jayaveer.B
.



Relevant Pages

  • Re: tcp/ip problem
    ... > If the client request data to server, then server sending data to client. ... Of course you may also just be experiencing network ...
    (comp.os.linux.development.system)
  • RE: The connection with the server was reset
    ... The MinFileBytesPerSec property is used to configure the minimum throughput ... rate that HTTP.sys enforces when sending data from the client to the ... server, and back from the server to the client. ...
    (microsoft.public.inetserver.iis)
  • Re: UDP socket close problem
    ... You say that you choose an ephemeral port by binding to ... > it matter to this server that it binds to the same ephemeral port as ... I have lots of client processes which need to be able to send ... and server name to the client that is required to start sending data, ...
    (comp.unix.programmer)
  • Re: tcp/ip problem
    ... >> If the client request data to server, then server sending data to client. ... then run debugger on client and see what it does with the ...
    (comp.unix.programmer)
  • Re: transferring file through socket
    ... reconnecting, then ask the server to start sending data from that ... The server should open a RandomAccessFile and seekto the requested ... The client should append the received data to the existing file by ...
    (comp.lang.java.programmer)