Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Other Java > Java Databases
|
Java Databases Discussion specific to working with Java Databases. For other Java topics, please see related Java forums. For database discussions not specific to Java, please see the Database category.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Java Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 3rd, 2004, 05:54 AM
Registered User
 
Join Date: Aug 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Connection pool details for MySQL

Hi Friends,

I am planning to use JSP and MYSQL database in my web application. Will MySql database supports connection pool. If yes, what is the maximum number of users can access the database at a time?

Thanks in advance,
sampath

 
Old September 7th, 2004, 03:52 AM
Friend of Wrox
 
Join Date: Jul 2004
Posts: 345
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to gokul_blr Send a message via Yahoo to gokul_blr
Default

http://dev.mysql.com/tech-resources/...onnectorj.html

also you could find info about no. of connecitons (in the sampe page)

What's the Best Size for my Connection Pool?
As with all other configuration rules-of-thumb, the answer is "It depends." While the optimal size depends on anticipated load and average database transaction time, the optimum connection pool size is smaller than you might expect. If you take Sun's Java Petstore blueprint application for example, a connection pool of 15-20 connections can serve a relatively moderate load (600 concurrent users) using MySQL and Tomcat with response times that are acceptable.


 
Old September 7th, 2004, 03:59 AM
Friend of Wrox
 
Join Date: Jul 2004
Posts: 345
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to gokul_blr Send a message via Yahoo to gokul_blr
Default

http://www.thep.lu.se/~nicklas/base2...ype/mysql.html







Similar Threads
Thread Thread Starter Forum Replies Last Post
Weblogic 8.1 JDBC connection pool error sumon_24_feb SQL Server 2005 0 December 10th, 2007 12:24 PM
connection pool maximum error MunishBhatia ASP.NET 2.0 Professional 0 June 28th, 2007 11:39 AM
Connection Pool on MS Access? Edward King Java Databases 1 August 3rd, 2005 12:48 AM
To connect Database with Connection Pool sudipta JSP Basics 0 June 8th, 2004 02:03 AM
connection pool in linux anjila Apache Tomcat 1 April 16th, 2004 07:47 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.