4
votes
1answer
25 views
Detecting early failure in php fwrite
Earlier today I noticed some calls to php fwrite failing as the destination socket was in a mixed state. There were numerous connections stuck in SYN_SENT and were seemingly not co …
0
votes
1answer
13 views
SSRS2005 timeout error
Hi
I've been running around circles the last 2 days, trying to figure a problem in our customers live environment. I figured I might as well post it here, since google gave me ver …
3
votes
1answer
41 views
Multiprocessing Pool inside Process time out
When ever I use the following code the pool result always returns a timeout, is there something logically incorrect I am doing?
from multiprocessing import Pool, Process, cpu_coun …
0
votes
0answers
30 views
Windows DNS resolution timeout, Boost/Asio, getaddrinfo
I'm using Boost/Asio 1.40 (ip::tcp::resolver) to do host name resolution (A resolution, host name -> ipaddress). Sometimes when doing this, it takes several minutes before I get a …
2
votes
5answers
166 views
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 an error. The query is slow but runs as part of a nightly job s …
3
votes
2answers
37 views
Stored Proc and SqlCommand Timeout
If I run a stored proc using the SqlCommand and the SqlCommand times out does the StoredProc continue to execute or does it get force to quit when the SqlCommand disconnects?
0
votes
2answers
27 views
How much timeout to use in isValid()?
Hi.
In the method from Connection, how much timeout should I give it? :S I have no idea what a normal timeout would be, how much time should it take? :)
I dont want isValid() to …
0
votes
2answers
52 views
receving socket python
Hi Alls,
Im using the SocketServer module for a tcp server.
I'm experiencing some issue here with the recv() function, because the incoming packets always have a different size, s …
1
vote
1answer
20 views
Boost asio udp waitForReadyRead
Hello,
I am trying to implement a function using boost asio udpSocket, that waits until data is ready to be read, or waits until a timeout expires.
using asyc_read and a async_wa …
1
vote
3answers
52 views
Is java.net.Socket.setSoTimeout reliable?
From the JavaDoc for setSoTimeout
Enable/disable SO_TIMEOUT with the
specified timeout, in milliseconds.
With this option set to a non-zero
timeout, a read() call on the
…
2
votes
2answers
32 views
LINQ: DataContext Life and System.Data.SqlClient.SqlException: Timeout expired.
Hi there,
i seem to be getting a lot of this in my Linq 2 SQL
System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operati …
0
votes
1answer
60 views
Abandoned Apache process, how long will it go on?
So lets say there's a server process that takes way too long. The client complains that it "times out."
Correct me if I'm wrong, but this particular timeout could have to do with …
0
votes
3answers
70 views
select() on sockets with timeout
Inside the read FD_SET I have several sockets:
the main socket listening for new connections
accepted sockets listening for incoming data.
I set the timeout for 30 seconds and …
0
votes
2answers
21 views
ResponseStream re-read after read timeout
I am wondering when I read a response stream and a timeout occurs, can I retry the read? Or do I have to make a new request? The server that I am downloading from does not suppor …
2
votes
5answers
83 views
Variables in a setTimeout function (jQuery)
Hi,
I'm trying to use a jQuery statement inside a setTimeout function, but
I don't get it to work. I tried a lot of variants, like this one (I'm
using 'this' because the setTimeou …
