I'm getting ready to undertake a pretty massive operation, and am looking at using PHP for it. My question is this...I have to deal with legacy software that does not allow me to use the typical phtml, php, etc extensions. So I need to make my webserver (Apache 1.3.12 on Linux, with php4 and zend optimizer) parse ALL html if I am going to use PHP.
My question is this. How bad a load am I going to create? How far does this scale up? Is anyone out there using this in a massive load heavy enviroment that can give me ideas on what to expect?
Wasn't sure where else to post this. My apologies if it's an incorrect forum.