bagnallc Posted September 3, 2007 Share Posted September 3, 2007 Hi all, I am starting up a website which uses PHP to process database queries from MySQL. It works great and im very pleased with it. One thing i am concerned about though is when usage on the site increases. At the moment i have it set up so that every time someone runs a query my password etc opens the database and then its processed. However i dont really know if this is viable if 30 people all tried to search at the same time? Should i be setting something else up? Many thanks for your help. Chris Link to comment https://forums.phpfreaks.com/topic/67751-connections-to-mysql/ Share on other sites More sharing options...
fenway Posted September 4, 2007 Share Posted September 4, 2007 Stick with this until you have a problem.... persistent connections ahve their own issues. Link to comment https://forums.phpfreaks.com/topic/67751-connections-to-mysql/#findComment-341545 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.