Top "Timeout" questions

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

How to add a timeout value when using Java's Runtime.exec()?

I have a method I am using to execute a command on the local host. I'd like to add a …

java process timeout runtime exec
How to close idle connections in PostgreSQL automatically?

Some clients connect to our postgresql database but leave the connections opened. Is it possible to tell Postgresql to close …

postgresql timeout connection
PHP SoapClient Timeout

Is there anyway for a SoapClient Request to time out and throw an exception. As of now, I get PHP …

php web-services timeout soap-client
windows service startup timeout

Is there a way to set a different value for service startup timeout per service? I can change it using …

windows-services timeout startup
How to run a process with a timeout in Bash?

Possible Duplicate: Bash script that kills a child process after a given timeout Is there a way to write a …

linux shell timeout
Set timeout to an operation

I have object obj which is 3rd party component, // this could take more than 30 seconds int result = obj.PerformInitTransaction(); I …

c# multithreading timeout
JBoss transaction timeout setting?

We have a timer service triggered task in JBoss 5.1.0.GA application and the problem is that we cannot change the …

jboss timeout ejb-3.0 transactions jboss5.x
Selenium WebDriver - How to set Page Load Timeout using C#

I am using Selenium 2.20 WebDriver to create and manage a firefox browser with C#. To visit a page, i use …

c# selenium timeout webdriver wait
TCP Socket no connection timeout

I open a TCP socket and connect it to another socket somewhere else on the network. I can then successfully …

networking tcp network-programming timeout
How to Fix Read timed out in Elasticsearch

I used Elasticsearch-1.1.0 to index tweets. The indexing process is okay. Then I upgraded the version. Now I use Elasticsearch-1.3.2, …

elasticsearch timeout connection-timeout timeoutexception executiontimeout