prestonChuckles Posted December 11, 2007 Share Posted December 11, 2007 Hey all, I have been reading answers to php freak forum questions for a long time and learning lots. For the first time, I can't seem to find an answer to my questions, though. I am wondering how many people can access a database through php at once. If many people all try to access info on a php page and needs to download from a mySQL database, how many will get that info? If only, say, 25 get the info, what happens to the rest? Do they wait a second and then get it, or is it returned fatally? Any insight into this or a webpage with specific info would be greatly appreciated. Thanks! Link to comment https://forums.phpfreaks.com/topic/81128-number-of-users-able-to-access/ Share on other sites More sharing options...
teng84 Posted December 11, 2007 Share Posted December 11, 2007 ever heard about stocks and queue? i believe its FIFO first in first out so i guess first request will be granted Link to comment https://forums.phpfreaks.com/topic/81128-number-of-users-able-to-access/#findComment-411693 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.