Difference of Octane and Worker Mode #990
Answered
by
dunglas
masterbater
asked this question in
Q&A
-
We know that php is shared nothing model, is worker mode shared nothing model? I want to use frankenphp like a shared nothing model |
Beta Was this translation helpful? Give feedback.
Answered by
dunglas
Aug 21, 2024
Replies: 1 comment 2 replies
-
Worker mode is not a "share nothing" model. Octane uses FrankenPHP in worker mode. If you want to use FrankenPHP with a "share nothing" model, just don't enable the worker mode and PHP will work as usual. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, this will run in "normal" mode.
Octane uses FrankenPHP's worker mode under the hood. You need Octane to use the worker mode (or you'll end up rebuilding something like Octane).