Show HN: FrankenPHP, an app server for PHP written in Go
frankenphp.dev
Show HN: FrankenPHP, an app server for PHP written in Go
1–10 of 93 posts
Re: Show HN: FrankenPHP, an app server for PHP written in Go
#2Looks neat!
Re: Show HN: FrankenPHP, an app server for PHP written in Go
#3Re: Show HN: FrankenPHP, an app server for PHP written in Go
#4Re: Show HN: FrankenPHP, an app server for PHP written in Go
#5So after looking at the slidedeck on the authors blog, I'm rather confused. How does FrankenPHP keep the code in memory if each request is in a separate memory space?
OPcache improves PHP performance by storing precompiled script bytecode in shared memory
https://www.php.net/manual/en/intro.opcache.phpRe: Show HN: FrankenPHP, an app server for PHP written in Go
#6Re: Show HN: FrankenPHP, an app server for PHP written in Go
#7So after looking at the slidedeck on the authors blog, I'm rather confused. How does FrankenPHP keep the code in memory if each request is in a separate memory space?
Re: Show HN: FrankenPHP, an app server for PHP written in Go
#8So after looking at the slidedeck on the authors blog, I'm rather confused. How does FrankenPHP keep the code in memory if each request is in a separate memory space?
They're probably using PHP's built in opcache or something they rolled themselves OPcache improves PHP performance by storing precompiled script bytecode in shared memory https://www.php.net/manual/en/intro.opcache.php
Re: Show HN: FrankenPHP, an app server for PHP written in Go
#9Do you have any success story with this application server ?