Downsize is good research!



I’ve switch jobs and now working on server software.
The job revolves around writing programs that is squeezed onto a 7mb compressed linux image file.

Imagine the entire OS + Web server + database = 7mb… ha!

Thus the stripping (of codes) begins..

PHP -> Stripped till barebone
Database -> From MySQL to SQLite3
Web Server -> Apache to  mini_httpd

The setup is so bare… i’m writing the http headers, cookies and session from scratch!

Thus begins my research on LMSP (Linux-Mini_httpd-Sqlite3-Php).
LAMP seems so much easier…

No Comments Say Something

Add A Comment