2009-04-28 Gonzalo Paniagua Javier <gonzalo@novell.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 29 Apr 2009 03:18:16 +0000 (03:18 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 29 Apr 2009 03:18:16 +0000 (03:18 -0000)
commit2df642af6b8ec4d0c7a10c4a12d38c8f77d5d7e2
tree8e65354eb4e82260d0dbda2c757095446c2d593a
parent0f28b744fd3a14b973449e2c83c09aa9d744cda5
2009-04-28 Gonzalo Paniagua Javier <gonzalo@novell.com>

* HttpContext.cs:
* HttpWorkerRequest.cs:
* HttpRuntime.cs: if other parts of the system are using the
threadpool and we queue requests, once the threadpool is free we
might still not get back to use it to the maximum extent possible.
Adding a few more calls to QueuePendingRequest ensures that does not
happen.

svn path=/trunk/mcs/; revision=132946
mcs/class/System.Web/System.Web/ChangeLog
mcs/class/System.Web/System.Web/HttpContext.cs
mcs/class/System.Web/System.Web/HttpRuntime.cs
mcs/class/System.Web/System.Web/HttpWorkerRequest.cs