Blog

Viewing posts tagged scalability
Dec 09
Logging apache to MongoDB in php

I recently wrote an intro To PHP and MongoDB tutorial over at phpfreaks. Check it out if you haven't already. Anyway, I got to tinkering around and decided to write a php script to log apache requests to a MongoDB. This actually ended up ...

...
Nov 15
increase performance by limiting http requests

Low Cost, High Performance, Strong Security: Pick Any Three by Chris Palmer has a funny and informative presentation where the main message is: reduce the size and frequency of network communications, which will make your pages load faster, which will improve performance enough that you ...

...