RSVP Service Can Handle Only a Limited Number of QoS-Enabled Processes (271993)



The information in this article applies to:

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional

This article was previously published under Q271993

SYMPTOMS

The Quality of Service (QoS) RSVP service can handle only a limited number of QoS-enabled processes. When a certain number (29) of QoS-enabled processes are running, a new QoS-enabled process may not work, and may generate error code 11015 ("WSA_QOS_GENERIC_ERROR: General QOS error"). This limitation may occur on Terminal Services-based servers.

CAUSE

The QoS RSVP service uses the WaitForMultipleObject function for communication with the QoS processes. WaitForMultipleObject can handle only 64 events. The service uses six events internally and requires two events for each QoS-enabled process. Therefore, it can handle only 29 ([64 - 6] / 2 = 29) QoS processes. The thirtieth QoS-enabled process generates error code 11015.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Modification Type:MajorLast Reviewed:11/13/2003
Keywords:kbbug kbGQos kbnofix KB271993