5 ms·Having a lightweight, standalone executable with quick start up time is still a major win.by biasedstudy 15y agoHaving a lightweight, standalone executable with quick start up time is still a major win.cageface 15y agoWhat about caching database connections? Opening a new connection on every request can be very slow, particularly for Oracle.javadyan 15y agoOne may consider using FastCGI to avoid the costs associated with starting a new process with each request.