It appears that the range of legal values for WebAppPool/@QueueLimit are from 0 
to 32767. However, the range, certainly in IIS6, appears to be that of an 
unsigned short. I needed to disable 'Limit the kernel request queue', which can 
be achieved by setting QueueLimit (MD_APPPOOL_UL_APPPOOL_QUEUE_LENGTH) to 
65535. This is not currently possible via the WebAppPool element, unless I am 
missing something, and as a result I have had to set the aforementioned 
property via a deferred CA.

Does anyone know whether this is a known issue? If not I will raise it as a bug.

-- 
View this message in context: 
http://n2.nabble.com/WebAppPool-%40QueueLimit-limited-to-32767-tp2610297p2610297.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to