Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

IIS: We encounter "Not enough quota is available to proces..

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
aspnet_wp.exe worker proces restart issue - We are encounter behavior when the server is revooted. Every so often when the server is revooted the does not start and until we have a user request a aspx page we don't know that it is dead. We get the following error in..

XP Pro Clients Encounter 401.1 Error - Hi, When I access a .NET on a Win 2003 server from a XP Pro SP2 notebook, I get repeated prompts to login and then the 401.1 error appears. it would allow me to enter the app home page, but the error will appear when I..

FTP and Quota - Hi, I want to know if there a way to implement quota disk into IIS ftp server? We need a ftp server that can use Windows domain users for the login / password and users can't do unlimited download (quota based on volume quota by Windows 2000). Thank..

QUOTA Settings - Hi everyone, I am new to this group and I am looking for some help in the matter of disk Quota for a whole group and not for users. By this I mean I would like to set up a group called FTP group A with a quota of 1 meg, and this group and it's..

Disk Quota - I'm not sure if this has been posted before, but I was wondering if there is a way to setup Disk Quota's for Websites hosting under IIS. I know you can setup Disk Quota from the Hard Drives but what if the client under IIS is only using it..
Next:  IIS: Best home for DNN site?  
Author Message
John Sun

External


Since: Jan 22, 2007
Posts: 1



(Msg. 1) Posted: Mon Jan 22, 2007 1:17 pm
Post subject: IIS: We encounter "Not enough quota is available to process this c
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi all,

First of all, I am posting this to IIS newsgroup, even though my underlying
problem could be an OS issue.

I have a .Net 2.0 web application using IIS 6.0 on 4CPU Dell Xeon 2GB RAM
machines.

Our application spawns multiple threads to handle ASP.Net incoming requests,
and our application calls a native STA Win32 DLL to talk to the backend
serversystem. We post a message to the Windows message queue using
PostThreadMessage() to talk to the Win32 DLL.

After about 2 hours of the server continuously running, we eventually see
this error in our web log:

System.ComponentModel.Win32Exception: Not enough quota is available to
process this command

We see this error after a call to PostThreadMessage()
Once we see this error message, our server can no longer take any further
incoming requests.

We are wondering what this error means.
We have noticed that the ASP.Net Request Queue seems to grow quite large.
(We have looked up on the web that we can tune the ASP Metabase settings to
tune the Queue size, but we are not sure this is the problem)

We are not sure what resource limit we are encountering.
Is it ASP.Net Request queue or something else.

Also, we have had difficulty reproducing this error in our QA environment.
We have only been able to reproduce it in production or beta enviroments.

- John Sun

 >> Stay informed about: IIS: We encounter "Not enough quota is available to proces.. 
Back to top
Login to vote
David Wang

External


Since: Dec 22, 2006
Posts: 560



(Msg. 2) Posted: Tue Jan 23, 2007 2:55 am
Post subject: Re: IIS: We encounter "Not enough quota is available to process this c [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I suspect the underlying problem is with your application and not
IIS/OS. A growing ASP.Net queue usually indicates a performance problem
with the ASP.Net application. Basically, either the ASP.Net application
is not finishing requests fast enough, or ASP.Net is starved of worker
threads to hand requests to the ASP.Net application. Either would cause
ASP.Net to queue. Of course, there are other ways to get ASP.Net to
queue improperly under resource-constrained situations on CPU/Memory,
but with STA locking up resources, I doubt it.

I would attach a debugger to the process that returns
"System.ComponentModel.Win32Exception" and see what is going on within
that processbefore/during the issue. Is it memory, threads, handles,
CPU being exhausted. Perfmon and TaskManager can also help capture
information.

In short, you are better off debugging your issue than looking for
someone else with a "similar" problem because we are talking about
arbitrary code execution here.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//



John Sun wrote:
> Hi all,
>
> First of all, I am posting this to IIS newsgroup, even though my underlying
> problem could be an OS issue.
>
> I have a .Net 2.0 web application using IIS 6.0 on 4CPU Dell Xeon 2GB RAM
> machines.
>
> Our application spawns multiple threads to handle ASP.Net incoming requests,
> and our application calls a native STA Win32 DLL to talk to the backend
> serversystem. We post a message to the Windows message queue using
> PostThreadMessage() to talk to the Win32 DLL.
>
> After about 2 hours of the server continuously running, we eventually see
> this error in our web log:
>
> System.ComponentModel.Win32Exception: Not enough quota is available to
> process this command
>
> We see this error after a call to PostThreadMessage()
> Once we see this error message, our server can no longer take any further
> incoming requests.
>
> We are wondering what this error means.
> We have noticed that the ASP.Net Request Queue seems to grow quite large.
> (We have looked up on the web that we can tune the ASP Metabase settings to
> tune the Queue size, but we are not sure this is the problem)
>
> We are not sure what resource limit we are encountering.
> Is it ASP.Net Request queue or something else.
>
> Also, we have had difficulty reproducing this error in our QA environment.
> We have only been able to reproduce it in production or beta enviroments.
>
> - John Sun

 >> Stay informed about: IIS: We encounter "Not enough quota is available to proces.. 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]