To improve server performance, you can configure the Chili!Soft ASP Server to share open 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.
See also:
Setting the ADO Connection Pool Size in "Chapter 3: Managing Chili!Soft ASP"
Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.