ASP Best Practices

Previous Topic Next Topic

Timing Out Connection Requests

Busy data servers cause slowdowns in ASP database applications that request database connections. Use the ConnectionTimeout property of the Connection object. This limits the time your application has to wait in order for a connection request to complete. For descriptions and examples of how to configure the ConnectionTimeout property in the registry, see “Data Access and Transactions” in this book.


© 1997-1999 Microsoft Corporation. All rights reserved.