Well, as far as I know PHP does not support connection pooling with DataBases right?
But PHP does support JAVA classes ok? what if we create a java class to handle the pool of connections instead of using a native function to connect to the RDBMS? Would it be efficient?
Thanks