Ask a Question related to ASP.NET General, Design and Development.
-
alien2_51 #1
ASP.NET Timeout....
Can I extend this time out...? If so.. is it a bad idea..? I have a report
that I'm running that is exceeding this timeout, I know.. optimize the
report,
it's not under my control, else I would.. I would like to setup a virtual
directory with a
large timeout to run all my reports in... What process is in charge of
monitoring and recycling
[aspnet_wp]..?
OK.. I found out that yes I can override this in a configuration file...
machine.config
<processModel
responseRestartDeadlockInterval="00:09:00"
responseDeadlockInterval="00:03:00" /> <!-- = 180 sec -->
This config setting I believe is inherited, don't know for sure... so now my
question becomes can I
override this in web.config....??? I'll probably have already answered that
question myself, but I would still like to know
if I could do something like this in my web.config if not, why.....
<processModel responseDeadlockInterval="00:10:00"/>
aspnet_wp.exe (PID: 1272) was recycled because it was suspected to be in a
deadlocked state. It did not send any responses for pending requests in the
last 180 seconds.
alien2_51 Guest
-
#40750 [NEW]: fsockopen timeout parameter overwrites timeout for reading
From: andreas dot rieber at 2e-systems dot com Operating system: OpenSuse PHP version: 5.2.1 PHP Bug Type: Network related... -
cfquery, timeout attribute and cfserver timeout setting
On our server, CFMX 6.1, we have an option setting for timeout requests as120 seconds. Then in my query, I tried replacing the timeout setting to... -
WebService ignoring timeout properties? (Server was unable to process request. --> Timeout exired)
Hi! I have a webservice serving the latest orders from a webshop. The customer uses a forms app client to fetch these orders and push them into... -
Timeout sometimes runs past the timeout length
I'm using Director MX on Windows XP. I have created a programme that launches a dir in a movie window. I am using the timeout set of commands to... -
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Gary Why not just change the connection timeout property? Your doing an update statement, which could take various amounts of time depending on...



Reply With Quote

