laravel / octane

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

Thread support from Swoole #885

Closed ticherdev closed 2 months ago

ticherdev commented 2 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 2 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