question about apache-php concurrent process control

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
liang2623
Forum Newbie
Posts: 1
Joined: Thu Jul 14, 2005 12:06 pm

question about apache-php concurrent process control

Post by liang2623 »

I am a programmer and new to php. I wonder what process control can php interpreter do for multithreading . I notice that through http request, php interpreter can execute 2 php programs simataneously, but will only sequentially queued and execute if I try to execute one php code in the same time.

Can somebody tell me is it a problem by php design not to be execute code concurrently, or some apache/php configuration problem where I can fix?

Thank you very much
Post Reply