Is it possible to set up database connection pools that PHP can use instead of opening/closing the connection each time a page is requested? How efficient is it to open/close the connection each time?
Would the pooling be controlled by something like Struts? If so, how would I access the database tables using PHP?