Php handling simultaneous users.....help please?
Moderator: General Moderators
Php handling simultaneous users.....help please?
i have a web site that calls a php script, of course. This php script calls on a Perl program to manipulate a file and saves it into a tab-delimited file and an Excel file. My question is what if there were many users that are using the web site for their own use? How can i run my php code so that users using it at the same time doesn't get the same information from one input?
Re: Php handling simultaneous users.....help please?
Implement a semaphore.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.