Anybody use Winter with Octane? #1198
-
I am working on a Laravel app that is based on FrankenPHP/Octane and wonder if anyone is using Winter with Octane. What issues would I need to look out for? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@fpolli I haven't tried running it on Octane although that is definitely something I would love to support. Main issues are just going to be potential memory leaks and scope breaks; you'll need to make sure that the various singletons / manager classes in the core are reset between requests along with the various extra caches that we have (like the DB memory cache, the caches in the Halcyon Datasources, etc). Keep us posted on any issues you have in a draft PR and I'll do my best to help resolve them so that we can get Winter supporting Octane! |
Beta Was this translation helpful? Give feedback.
@fpolli I haven't tried running it on Octane although that is definitely something I would love to support. Main issues are just going to be potential memory leaks and scope breaks; you'll need to make sure that the various singletons / manager classes in the core are reset between requests along with the various extra caches that we have (like the DB memory cache, the caches in the Halcyon Datasources, etc).
Keep us posted on any issues you have in a draft PR and I'll do my best to help resolve them so that we can get Winter supporting Octane!