Top "Timeout" questions

The timeout term refers to a predefined period of time allowed to elapse before an event is to occur.

What is the difference between connection and read timeout for sockets?

3 questions: What is the difference between connection and read timeout for sockets? What does connection timeout set to "infinity" mean? …

java sockets timeout connection
How to set my phpmyadmin user session to not time out so quickly?

I work on my wamp for localhost backend development everyday. I feel annoyed by phpmyadmin auto log out out quickly. …

phpmyadmin timeout settings
Tomcat request timeout

In my web application there are some requests which last longer than 20 seconds. But in some situations the code can …

java tomcat jakarta-ee request timeout
How to set a timeout on a http.request() in Node?

I'm trying to set a timeout on an HTTP client that uses http.request with no luck. So far what …

http node.js timeout
Is it possible to read from a InputStream with a timeout?

Specifically, the problem is to write a method like this: int maybeRead(InputStream in, long timeout) where the return value …

java timeout inputstream
What is default session timeout in ASP.NET?

What is the default session timeout value in ASP.NET?

asp.net session timeout asp.net-2.0
Does file_get_contents() have a timeout setting?

I am calling a series of links using the file_get_contents() method in a loop. Each link may take …

php timeout file-get-contents
How to put a delay on AngularJS instant search?

I have a performance issue that I can't seem to address. I have an instant search but it's somewhat laggy, …

search filter angularjs timeout delay
How to modify the nodejs request default timeout time?

I'm using a Node/express server. The default timeout of express is 120,000 ms, but it is not enough for me. …

node.js express request timeout
How to set session timeout dynamically in Java web applications?

I need to give my user a web interface to change the session timeout interval. So, different installations of the …

java session servlets jakarta-ee timeout