Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COThank you, But in my case say client Connection time out is 30 secs, so how will I handle this in case say there are multiple request send & I dont get response for 30 secs then suddenly I get the response so for one of the request all the data (response) will be accumalated. Also if I don't close the connection the number of process for that socket will be open, & may lead to heap.
      singulars
    2. COIf you have a server which works a particular way, you need to use the appraoch that server supports. i.e. I would ask the developers/support staff of the server. I can only tell how you would do it if you are the developer of both ends. It is possible your server does not support durable connections with streaming results and the only way to fix it is to change the server. BTW: Is the server a commonly know product?
      singulars
    3. COHi Peter, Thank you for the response. I am trying to connect from a web application to another server(Socket server) which supports one connection. The socket server supports one connection from WEB , that means once the connection is open its should not close for any request. So my doubts is how can I keep this connection alive for n request & then handle the same getting response for that request it self? (Synchronize it) Also what if I have two application accessing the same Socket server (How do I maintain one connection)? What if the web system get clustered?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload