Top "Timeout" questions

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

JQuery ajax call default timeout value

I got a bug report that I can't duplicate, but ajax-call timeout is the current best guess. So I'm trying …

jquery ajax timeout default-value
Adjusting HttpWebRequest Connection Timeout in C#

I believe after lengthy research and searching, I have discovered that what I want to do is probably better served …

c# httpwebrequest timeout
phpmyadmin logs out after 1440 secs

In my local development Ubuntu box I use MySQL and phpmyadmin to work with the database. Whenever phpmyadmin is idle …

mysql django phpmyadmin timeout logout
Forms Authentication Timeout vs Session Timeout

In my asp.net website i am using asp.net form authentication with following configuration <authentication mode="Forms"> &…

asp.net forms session timeout asp.net-3.5
Execute a shell function with timeout

Why would this work timeout 10s echo "foo bar" # foo bar but this wouldn't function echoFooBar { echo "foo bar" } echoFooBar # …

bash function shell timeout
Increasing 504 timeout error

Is there any way I can make the error 504 gateway timeout longer if so how and where is the file …

nginx timeout fastcgi gateway
How to set timeout for http.Get() requests in Golang?

I'm making a URL fetcher in Go and have a list of URLs to fetch. I send http.Get() requests …

http get timeout go
Keyboard input with timeout?

How would you prompt the user for some input but timing out after N seconds? Google is pointing to a …

python timeout keyboard-input
Timeouts WCF Services

How do the timeouts work in WCF? I know for example that you can configure sendTimeout and receiveTimeout for a …

wcf configuration timeout wcf-binding
HTTP keep-alive timeout

Can I specify the HTTP timeout or does the server impose a value? For example, if I do: telnet my.…

http get timeout telnet keep-alive