How Modem Sharing Client Queries for Devices on SBS (187533)



The information in this article applies to:

  • Microsoft BackOffice Small Business Server 4.0

This article was previously published under Q187533

SUMMARY

This article describes how the modem sharing client queries for devices on the server side of a Small Business Server (SBS).

MORE INFORMATION

When querying local COM ports, the status of the port is returned instantaneously. Because the SBS modem sharing client redirects COM port communications to the SBS server where the real modem exists, querying the status of a remote port may take longer. It requires sending a status request to the server and then waiting for a reply from the server. The operation is completed when the server replies with the required data.

The modem sharing device driver requires that all status queries to be synchronous. That is, the modem sharing device driver must wait for the reply from the server before returning to the caller. If the reply from the server takes too long, the application request may timeout.

Modification Type:MajorLast Reviewed:11/7/2003
Keywords:kbinfo KB187533