May 24, 2012

Post: How Web Services world affect LAMP Stack

how Web 2.0 with its massive use of Web Services affect LAMPServer application you will most likely be dealing with two types of requests Real time requestsrequests at the same time, as well as keep alive. There are not many…so proper timeout handling is a must. … on how frequently you can call Web…

Post: Content delivery system design mistakes

LAMP in general) of system which does quite aServer This one is pretty interesting. Many learned apache is not good for serving static content especially with many… to handle both …a lot of cache revalidation requests which still require stat() calls on web server side and which can be avoided. How