asp.net requests are blocked

J

jason farrell

Everyone,

We are having a problem with multiple users (in this case 2) using our
asp.net application. The first user eventually gets to the point where they
make a webservice request for a PDF file (a process that takes maybe a
minute). The cpu load is minimal during this time. If another user tries
to do anything, there page is blocked until this first users request is
completed.

We have tried SEVERAL of the default solutions listed at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/scalenetchapt06.asp

To summarize, we tried using a threading model (using System.threading),
using Async webservice calls, and modifying the machine.config file with the
following recommended values:

Table 6.1: Recommended Threading Settings for Reducing Contention
Configuration setting Default value (.NET Framework 1.1) Recommended
value
maxconnection 2 12 * #CPUs
maxIoThreads 20 100
maxWorkerThreads 20 100
minFreeThreads 8 88 * #CPUs
minLocalRequestFreeThreads 4 76 * #CPUs



Nothing seems to work! Are we totally missing something obvious? Any help
or additional suggestions would be greatly appreciated.

Jason
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top