Replies: 5 comments 4 replies
-
I just found this code (provided by perplexity.ai), i will test it tonight :
|
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Okay, that's very interesting. |
Beta Was this translation helpful? Give feedback.
-
What do you think of slimframework? |
Beta Was this translation helpful? Give feedback.
-
Fomo looks good, but it looks like an abandoned project. |
Beta Was this translation helpful? Give feedback.
-
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 ?
Beta Was this translation helpful? Give feedback.
All reactions