Hacker News new | ask | show | jobs
by thawkins 1874 days ago
Interestingly it's exactly what the PHP memory model does, each request is a shared nothing VM space, nothing survives the end of the request, even if allocated memory objects don't get free'd.