The executiontimeout tag has no wiki summary.
4
votes
2answers
1k views
ASP.Net httpruntime executionTimeout not working (and yes debug=false)
We just recently noticed that executionTimeout has stopped working on our website. It was definitely working ~last year ... hard to say when it stopped.
We are currently running on:
...
3
votes
1answer
364 views
Maximum Amount of Time A Thread Can Run?
I have a web service that creates a thread to process some data in the background. I've seen a "System.Threading.ThreadAbortException: Thread was being aborted" message in one of my logs where the ...
2
votes
1answer
108 views
In PHP does max_execution_time affect shutdown functions that are run through a register_shutdown_function() call?
I have a shutdown function registered using register_shutdown_function() that takes a long time to complete. Will PHP's max_execution_time cause PHP to terminate this function or will it run until it ...
2
votes
3answers
162 views
When is <Compilation> used in ASP.net
I'm having some trouble setting the ExecutionTimeout element in my applications web.config.
My page is making a lengthy webservice call and times out after 110 seconds. (the default I believe). I set ...
1
vote
1answer
110 views
how documentum method timeout performed?
I have documentum dm_method
create dm_method object
set object_name = 'xxxxxxxxxxx',
set method_verb = 'xxx.yyy.Foo',
set method_type = 'java',
set launch_async = false,
set use_method_server = true,
...
1
vote
0answers
26 views
How to increase MiniTest timeout threshold?
I'm switching to MiniTest for a gem of mine and getting a Timeout::Error for certain examples. Due to some external deps, when I request a connection against the server, it's being returned after a ...
1
vote
1answer
93 views
How to prevent an execution timeout error message to appear?
I've got a piece of PHP code retrieving my last tweet :
$twitterrequest = 'http://api.twitter.com/1/statuses/user_timeline.json?user_id=' . $user_id . '&include_rts=true&count=' . ...
1
vote
3answers
426 views
Different execution time for same query - SQL Server
I have a query:
Select a from tbl_abc where id in ( select id from tbl_xyz where mainid = 12)
When I am executing this query, it is taking 1-2 seconds to execute, but when I am using the same query ...
1
vote
1answer
3k views
Configuring httpRuntime execution timeout for large downloads
At my place of work, we have an ASP.NET page that uses the following code to perform a file download. We use this rather than Request.TransmitFile() because the file is coming directly from a zip ...
0
votes
0answers
452 views
UIwebview connection timeout
I have an issue with UIwebview it seems the max connection time is set to 60 seconds, I am looking for a way to set it to a higher value maybe around 500.
Thanks