I want to do distributed processing with
PHP. For example, while executing a PHP script halfway, an external and independent
PHP script will be activated to do certain
tasks. The parent PHP process will continue
executing the rest of its body codes, while
the external PHP process will continue with
its task independently of the parent process (probable in a different server).
Ps advise me . Thanks