laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.78k stars 296 forks source link

Thread support from Swoole #885

Closed ticherdev closed 6 months ago

ticherdev commented 6 months ago

Hey! It seems Swoole will release an update with threads support soon. Laravel somehow tracks these updates, maybe there are plans to implement this in Octane?

https://wiki.swoole.com/en/#/thread/thread

driesvints commented 6 months ago

Hi there. Right now we don't have plans to implement this ourselves. If you want, you can always attempt a PR so we can look at some code to see how this could fit into Octane. Thanks