On Fri, 2009-01-30 at 15:42 -0500, Andrew Ballard wrote: > On Fri, Jan 30, 2009 at 12:46 PM, Andrew Ballard <aballard@xxxxxxxxx> wrote: > > Is anyone running Zend Framework under IIS? If so, how do you have it > > configured? (ISAPI versus FastCGI, etc.) Do you use any code > > optimizers? > > > > The reason I ask is because we set it up on a couple servers where I > > work and it is dreadfully slow. Just to render a basic page with no > > data connection (the index of the tutorial project I downloaded from > > the ZF site) takes nearly 5, sometimes nearly 10, seconds -- with > > eAccelerator running! I've run a couple other small sites with ZF on > > shared (Linux) hosting and had no problems with it. (I know, I know - > > switch to Linux. Not an option right now.) Is ZF really just that slow > > under IIS? > > > > Andrew > > > > Well, perhaps we solved this. We had the ZF library in a network file > path on the SAN instead of a local path. Once we moved it to a local > disk, everything sped up considerably. I would have thought that once > a script got cached in either eAccelerator or APC (we tried both) that > the location would be irrelevant since the cache is local (either > memory or local disk), but that seems not to be the case. > > At any rate, I'm just glad this is working now. That depends a lot on this setting: eaccelerator.check_mtime="1" Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php