Laravel Octane with Swoole ā Beyond the Basics
Video Statistics and Information
Channel: Mohamed Said
Views: 10,890
Rating: undefined out of 5
Keywords: laravel
Id: T5lkBHyypu8
Channel Id: undefined
Length: 15min 38sec (938 seconds)
Published: Wed May 26 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
So if I understand correctly I can literally store the number of requests and other metrics in the Octane cache driver and serve a Prometheus endpoints from it.
Sounds cool, yet I have some worries about horizontal scalability.
Well done. Very useful. Any chance you can cover swoole websockets? Iām very interested in leveraging these websockets for broadcasting.
I know I have some singletons that assume clean initial state on each request, stuff like that bit me with node APIs and I suspect they would need to become stateless first.
Thank you for the explanation Mohamed