From: <php...@li...> - 2011-10-13 14:27:20
|
Hi... Can someone provide me some advise on best practices for the use of jdbc connection resources in the hosted JVM. I want to call java code that performs jdbc from a php-developed web application. I am concerned about the JVM not releasing connections. Also, is it practical (or possible) to keep jdbc connections open during php sessions? Is this advised? Thanks, Tony |