To improve server performance, you can configure the Chili!Soft ASP Server to share database connections among multiple users who are accessing the Web application. This is called database connection pooling. With connection pooling, rather than opening and closing a database connection for each individual request, the ASP Serveruses a connection that is already open.
There is no maximum number of connections that you can pool. Setting this number to 0 (zero) disables connection pooling. The default is 25.
See also:
Setting the ADO Connection Pool Size in "Chapter 3: Managing Chili!Soft ASP"
Pooling Database Connections in "Chapter 3: Managing Chili!Soft ASP"
Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.