The information in this article applies to:
SYMPTOMSA data-acquisition system is being designed that reads data from the COM port and uses it to update tables in SQL Server. The response time for the update is adequate to keep up with the COM port when no other users are accessing SQL Server. However, when other users are reading the data, response time can increase sufficiently to cause lost COM port data. CAUSEA programmer should not expect to be able to keep up with a COM port while communicating with SQL Server over the network. WORKAROUND
A program must be capable of buffering the COM port data so that it
does not overrun if other users happen to be using the same data.
This type of functionality should be implemented with a thread that
is running at a higher priority than the one communicating with SQL
Server.
Additional query words: Optimization tuning Windows NT dblib
Keywords : kbprg SSrvDB_Lib SSrvServer SSrvWinNT |
Last Reviewed: November 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |