Listen Queue Size Setting & Concurrent Request Handling
Listen Queue Size Setting & Concurrent Request Handling
- Subject: Listen Queue Size Setting & Concurrent Request Handling
- From: Eric Stewart <email@hidden>
- Date: Wed, 15 Feb 2006 13:48:10 -0500
I'm a little confused about the "Listen Queue Size" setting in the
application setting. If I understand this right. This is the total
number of requests that can wait on an instance to accept and process.
Lets say I set the queue size to 1. So if you have 2 instances of an
app running and you get 4 requests simultaneously, then two will be
processed immediate, and one will sit in the first instances queue and
the other will sit in the second instances queue.
Now if 6 requests come in simultaneously, then 2 will be processed, 2
will be queued and 2 will be rejectes (if the number of retries is set
to 0). Is this a correct assumption of how this setting works?
If so, then wouldn't enabling concurrent request handling almost
eliminate the usefulness of the Listen Queue setting?
Thanks for your help,
Eric Stewart
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden