Hi, On Tue, Aug 10, 2010 at 11:48 AM, llaumgui <[email protected]> wrote:
> Hi, > > I develop an application with eZ Publish and eZC. For > eZCPersistantObject, I must use eZCDatabase. > My question is: can I use the same connection between eZC and eZP > without open an new connection with ezcDbFactory::create? > No. If you use MySQL, you do not have to be concerned about that. As far as I remember MySQL is smart enough not to reopen a new connection when this is what you are trying to do and just reuse an already existing one from its pool. (If anyone could confirm that would be great :)) Cheers, -- Jérôme Renard http://39web.fr | http://jrenard.info
