6 ms·
If it spawns a new kernel for each request it will be very slow no?
by eoinmurray92 7y ago
If it spawns a new kernel for each request it will be very slow no?
- eoinmurray92 7y agoOr at least each page load will be slow and memory intensive for the server
- timkpaine 7y agoIt is a bit slow, but there's some exploration of keeping a hot pool of prexecuted kernels available. At the end of the day it's still 1 user 1 kernel though, and this is important for security/isolation reasons.