Top "Timeout" questions

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

php timeout - set_time_limit(0); - don't work

I'm having a problem with my PHP file that takes more than 30 seconds to execute. After searching, I added set_…

php timeout execution
Python socket receive - incoming packets always have a different size

I'm using the SocketServer module for a TCP server. I'm experiencing some issue here with the recv() function, because the …

python networking timeout recv
MySQL server has gone away - in exactly 60 seconds

I recently discovered that a sql query that was running fine earlier is now timing out after 60 seconds and throwing …

php mysql timeout
Java: set timeout on a certain block of code?

Is it possible to force Java to throw an Exception after some block of code runs longer than acceptable?

java timeout
How can I tell when HttpClient has timed out?

As far as I can tell, there's no way to know that it's specifically a timeout that has occurred. Am …

c# timeout dotnet-httpclient
Terminating idle mysql connections

I see a lot of connections are open and remain idle for a long time, say 5 minutes. Is there any …

mysql timeout kill wait python-idle
Set SSH connection timeout

I'm trying to cut down the time ssh is trying to open a connection to a host. If I put …

ssh timeout
How to trigger an event in input text after I stop typing/writing?

I want to trigger an event just after I stop typing (not while typing) characters in my input textbox. I've …

jquery timeout keypress typeahead debouncing
Java URLConnection Timeout

I am trying to parse an XML file from an HTTP URL. I want to configure a timeout of 15 seconds …

java timeout connect urlconnection
How to set connection timeout with OkHttp

I am developing app using OkHttp library and my trouble is I cannot find how to set connection timeout and …

java timeout okhttp