I’m an active member of the Tomcat-users mailing list and I see lots of folks that post questions about not being able to get a new database connection. The answer is simple: you have exhausted their JDBC connection pool. The answer is not so simple because the reasons for the situation can often be different,Continue reading “Properly Handling Pooled JDBC Connections”
Category Archives: Java
Character Assassination
Using a programming language touted for its strong internationalization support along with an application server that should do the same, one would think that “international” characters would be easier to deal with. It turns out that the world is out to get me.
How old are you, really?
An investigation into time delta computation.