Hacker News new | ask | show | jobs
by cageface 5317 days ago
What about caching database connections? Opening a new connection on every request can be very slow, particularly for Oracle.
1 comments

One may consider using FastCGI to avoid the costs associated with starting a new process with each request.