It is very expensive to draw TCP connection in between the SQL server and web application. At this stage, connection pooling can be of great help. With the application of this technology connections to the databases can be reused and hence it doesn’t require a new TCP connection.  With connection pool, when connection is closed it is returned to the pool and there it remains connected with that of the database.
                    

Copyright © 2008 VisualBuilder. All rights reserved