Hacker News new | ask | show | jobs
by srisa 4466 days ago
How does this deal with the load-all-discard-all-per-request approach of PHP? With everything in the JVM, does it keep eating up the memory on a per-request basis?

I don't know anything about language design or compiling something for JVM.