Jump to content

Multi threading


jonsamwell

Recommended Posts

Does it run at the same time as the parent process or just time slices with the parent or stops the parent process altogether?

That all depends on your server. If your running on a multi-core processor, or a mult-processor server, then the threads can run simultaneously, but it's the operating system that determines whether they do so or not.
Link to comment
https://forums.phpfreaks.com/topic/141378-multi-threading/#findComment-740073
Share on other sites

As for in-process threads (like posix threads) rather than processes, I'm pretty sure php doesn't support them.

 

We may be able to give some more detailed help if you give us your php version, OS and architecture (eg php 5.2.3 on Windows XP SP2 with Intel E2180).

Link to comment
https://forums.phpfreaks.com/topic/141378-multi-threading/#findComment-740141
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.