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 PROTECTED] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
