On Fri, Jun 27, 2008 at 1:17 AM, Sanjay <[EMAIL PROTECTED]> wrote: > > Hi All, > > It might be a novice question on deployment. I am a TurboGears guy > since long, but still new to certain things like deployment etc. So, > pl. bear with me if my words are not exact and technical. > > A couple of days back I was presenting about TurboGears to a PHP web > architect. He was of the view that PHP behind Apache is faster because > it doesn't have to create new instances per request or queue requests. > > But frameworks like RoR create new instances for each request and > hence is not preferable for high traffic sites. > > CherryPy applications, as I have understood, do similar thing as PHP > and should be at par. So, reverse proxing a TG Application behind > Apache
I don't think you want to reverse proxy in high traffic site. You use mod_wsgi to run your TG app inside of apache. Apache thread takes care of the whole thing. http://code.google.com/p/modwsgi/wiki/PerformanceEstimates Lucas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

