Confirmation about how the worker(s) will process in this async RFC #10
-
| Can someone confirm that this RFC falls into first picture from this question: https://langdev.stackexchange.com/questions/4655/is-there-something-better-than-async-in-order-to-avoid-dead-or-unused-processing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
The current implementation works like this:
The kitchen is slow and requires time. Laravel Octane, as far as I know, does not use coroutines. Therefore it doesn’t use all the capabilities that exist. |
Beta Was this translation helpful? Give feedback.

The current implementation works like this:
The kitchen is slow and requires time.
Therefore, one waiter (Worker) can handle several orders (requests) at the same time.
Laravel Octane, as far as I know, does not use coroutines. Therefore it doesn’t use all the capabilities that exist.
But perhaps after this RFC it will appear.