Hi,

Tuesday, August 3, 2004, 2:24:49 AM, you wrote:
b> hi...

b> since pconnect is not supported in php5, i'm wondering if the issue is that
b> mysql no longer supports the underlying functions to implement pconnect, or
b> if the decision to leave it out was based upon other factors.

b> also, is there anybody i can talk to who has looked at the actual code
b> within the earlier php4 regarding the pconnect issue?

b> thanks

b> -bruce


One problem I had with pconnect is related to apache children and not being
guaranteed to get the same child on subsequent hits and therefore
getting a different connection anyway (some one elses most likely) and
I also had trouble with setting the current db. This was a long time
ago so things may well have changed, but I did give up trying to use
pconnect.

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to