MySQL Forums
Forum List  »  Newbie

use multiple connections or a single connection?
Posted by: Brian Berry
Date: June 08, 2013 02:41PM

I'm using PHP to connect to a mysql data base. My concearn is should I open multiple connections to the database for each of several queries or should I use just one? My concearn is that if I use a single connection that there will be conflicts among diffrent users trying to us the same connection. Any advice on this would be greatly appriciated.

--calmchess

Options: ReplyQuote


Subject
Written By
Posted
use multiple connections or a single connection?
June 08, 2013 02:41PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.