bruce wrote:
we want to have the ability to perform db queries/actions with the db across
multiple pages.

the pconnect supposedly allowed an app to use the same connection if one was
available. so an app would establish the connection on page 1, and page 2
could use the same db connection... this is required as i understand it if
you're going to do transactional processing, as once the connect dies, the
actions being performed are rolled back if you haven't done a "commit"...

-bruce

You're right...according to the docs, my understanding of what pconnect did was wrong. I can't find where it says that this feature is going away in php5 though.


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



Reply via email to