Using mySQL with Servlet
843840Feb 24 2003 — edited Mar 3 2003Hello,
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!