Questions regarding FrankenPHP and async processes #577
-
|
Hey,
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Hey, |
Beta Was this translation helpful? Give feedback.
-
|
I was wondering the same when I was learning about Temporal for PHP. For the worker, it needs RoadRunner to provide an event loop. With my limited knowledge about the matter I was thinking this is very similar to FrankenPHP's worker mode. Yet that one only triggers on HTTP events. But it would be cool to use things like Temporal workers with FrankenPHP. That would remove the need for RoadRunner and would reduce the number of dependencies. Just have FrankenPHP for your web traffic and asynchronous workloads. |
Beta Was this translation helpful? Give feedback.
Hey,