Replies: 1 comment
-
I'd say both definitions match? What's your interpretation of "concurrent" and "parallel" ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This package uses
pcntl_fork
which usesfork(2)
to create a child process based on php.net docs.A child process means it may be executed in parallel not concurrently, Am I wrong?
Beta Was this translation helpful? Give feedback.
All reactions