You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder how it is possible to best integrate the Spatie Fork package or pcntl_fork raw into Framework X. For now, running the CLI as a server is awesome, but it runs only in one process.
If, in theory, each request is forked after route matching, then it can use all cores, right?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I wonder how it is possible to best integrate the Spatie Fork package or pcntl_fork raw into Framework X. For now, running the CLI as a server is awesome, but it runs only in one process.
If, in theory, each request is forked after route matching, then it can use all cores, right?
Beta Was this translation helpful? Give feedback.
All reactions