Archive for May, 2007
iLike on scaling (it’s all facebook)!
You know you have carp launch when you are having this problem already.
Discuss this here
Understanding the LAMP architecture and Optimizing Apache and PHP
Very good articles by IBM
Tuning LAMP systems, Part 1: Understanding the LAMP architecture
Tuning LAMP systems, Part 2: Optimizing Apache and PHP
Discuss it here.
–aj
Meetup Day Event : “Balik Tanaw” (Part 1)
After April 28, 2007, which was the day of first PHPUGPH.COM Grand Eyeball/Meetup Day…I ask myself,what’s next for the group that AJ founded? Before we look ahead and think of where the group will be heading, let’s recall the scenes behind the grand event.
April 13, 2007 2:20pm
-While going home…something came up in my mind about [...]
Found on the web: Fast PHP by by Justin Silverton
I saw this site. It’s pretty old but very it contains a lot of helpful tips in making your PHP fast. (Aside from giving you a link to the article, I have copy/pasted the article here).
Reference
The following methods can help improve scalability with php applications.
1) object code caching
Each time a request comes to your server [...]
Distributed Data Caching Using Memcached
Building a high demand site that serves billions of hits a month like livejournal or friendster is not as easy as writing a php code, grab data from the db and then spit out a page. DB access always have a huge performance penalty for a given site. Some site approach this problem by building [...]
