Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using mySQL with Servlet

843840Feb 24 2003 — edited Mar 3 2003
Hello,

I'm currently doing this:

Applet (JDK1.3+) --> Tomcat Servlet --> mySQL database

Should I have any reason to worry about multiple connections to my app server and thus to the mySQL database? I mean, I've tested this by myself (1 connection) and everything works fine, but can I assume that multiple connections would work fine too? I do some synchronization in servlet methods sending querys to the mySQL database, is this overkill? Any comments/suggestions are appreciated.

Thanks in advance!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 31 2003
Added on Feb 24 2003
4 comments
120 views