Replies: 1 comment 2 replies
-
Requests are still processed on a single thread; so it might be fine. The only time you'd really run into issues is if you want to share data between threads. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I really like FrankenPHP approach, but I have an edge case and have some questions.
In my case, I use through PHP FFI a C library that is not thread safe. Didn't tested yet but I assume it won't work well with FrankenPHP due to multi threading.
Is there any solutions where we need more resilience or process isolation ? Or something that is planned to overcome this ?
Didn't find relevant information in existing discussions / issues.
Thank you,
and good job for making such a great things.
Beta Was this translation helpful? Give feedback.
All reactions