Search Results

Posted by Sean McGary on May 20, 2010 @ 5:24 pm

When it comes to web application performance, often times your database will be the largest bottleneck and can really slow you down. So how can you speed up performance when you have a site or application that is constantly hitting your database to either write new data or to fetch stored data? One of the easiest ways is to cache the data that is accessed the most. Today, I cam going to show you a brief example of how to do this with Memcached using PHP and th...

Posted by Sean McGary on May 13, 2010 @ 4:03 am

When it comes to scaling a web application, one of the easiest ways to boost performance is with an asynchronous queue. Since web apps have started to become as complex as native desktop applications, users are expecting them to perform like such. This is where using asynchronous queues comes in to play. Typically with high traffic sites like Facebook, digg, twitter, et al, not everything needs to happen instantaneously, it just needs to look like it. For example, when you choose to send a mess...

Aspiring Freelance Software Developer, Web 2.0 enthusiest, Computer Science major at RIT, Rock climber, photography noob, overall technology geek.