|
|
|
|
|
by chrisseaton
3197 days ago
|
|
> I wonder if it would be possible to have a pool of VM processes that are already running and ready to accept an application code This was tried with Drip and the earlier Nailgun. The idea doesn't work as well as you'd think for several practical reasons (the JVM is very lazy, so a JVM that does nothing until it has user code to run does just that - nothing). |
|