Replies: 5 comments 4 replies
|
I just found this code (provided by perplexity.ai), i will test it tonight : |
|
You'll probably want to peek at this here. #519 Yes it is possible, but currently there is a memory leak in the Flight code somewhere and debugging it is really tough. It will still work, you'll just have to restart the process more often than you should cause the memory load and latency will just build up over time. |
|
Okay, that's very interesting. |
|
What do you think of slimframework? |
|
Fomo looks good, but it looks like an abandoned project. |
Uh oh!
There was an error while loading. Please reload this page.
I saw in a video that FrankenPHP was an incredible way to optimize PHP code execution. The worker mode keeps the PHP binary loaded in RAM to respond to requests very quickly. However, it is said that this is only compatible with Laravel and Symfony currently. Does a similar method exist within FlightPHP or at least a sample code that i can add to my index.php file ?
All reactions