I notice that when my weblog software tries to contact
www.weblogs.com, to use the update service, my whole site (all PHP)
slows down. Contacting www.weblogs.com can take a long time. I can't
figure out what is going on, unless the PHP interpreter gets bogged
down trying to contact www.weblogs.com, and so is less able to serve
up PHP pages to other website visitors. But if the PHP interpreter was
that vulnerable to slow-downs, it doesn't seem like PHP could scale to
handle large sites, and I know that it runs some very large sites.
What sort of situations can slow down the PHP interpreter?
www.weblogs.com, to use the update service, my whole site (all PHP)
slows down. Contacting www.weblogs.com can take a long time. I can't
figure out what is going on, unless the PHP interpreter gets bogged
down trying to contact www.weblogs.com, and so is less able to serve
up PHP pages to other website visitors. But if the PHP interpreter was
that vulnerable to slow-downs, it doesn't seem like PHP could scale to
handle large sites, and I know that it runs some very large sites.
What sort of situations can slow down the PHP interpreter?
Comment