i want to have several instances of a process, running on a multi core system...
As the PHP is "single core" (only uses one core), can i assign each instance to a specific core number?
i want to have several instances of a process, running on a multi core system...
As the PHP is "single core" (only uses one core), can i assign each instance to a specific core number?