if a php script is called twice at exactly the same time what happens?

SmellyMoo

New member
basically is php multithreaded?, will 2 copies of the script run, or will it run twice?
I mean when its called by apache by 2 people at the same time.
 
Back
Top