Comment by rvnx
6 years ago
It's like Facebook engineering, their PHP infrastructure is leaking like hell. (I worked on it)
But it's not an issue, because servers are constantly redeployed for each code deploy.
6 years ago
It's like Facebook engineering, their PHP infrastructure is leaking like hell. (I worked on it)
But it's not an issue, because servers are constantly redeployed for each code deploy.
It's been ages since I last saw a PHP script leak anything as it's state should (!) be reset completely, at least on Apache, with every new request.
How did they manage to create leaks? Or was it bugs in their custom PHP interpreter?
It's in HHVM and HipHop for PHP yes