Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For those who never dealt with the server end of the web in the mid-to-late 90s I can tell you that native executables for CGI was at that time not the least rare or uncommon.


Having a lightweight, standalone executable with quick start up time is still a major win.


What about caching database connections? Opening a new connection on every request can be very slow, particularly for Oracle.


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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: