On 7/16/07, Chris Lamb <[EMAIL PROTECTED]> wrote: > Feris Thia wrote: > > > > - activating persistent models in your AppController (especially when > > > you have lots of models with many associations) > > > > Is that possible using php running as cgi ? > > If you're running PHP as a CGI, I'm not sure why you are concerned about > performance.
Hey, you can get some good performance out of a PHP app using PHP running with fast-cgi. I do it for my own stuff using nginx as the web server. Seems pretty zippy to me. -- Chris Hartjes Senior Developer Cake Development Corporation My motto for 2007: "Just build it, damnit!" @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
