Ok, I've been reading performance and deploy topics for a while now. I'd like to get my production environment ready to really start serving some traffic.
Most people have stated that Reverse Proxy is the preferred method for a production setup. This is what I have now with lighttpd. I also read a lot of information about pre-forking servers avoiding problems for higher traffic sites as well. I can set that up with WSGI or mod_python, but can I do that with the Reverse Proxy setup? Can somone point me to some docs on how to change the cherrypy setup from a threaded environment to a forking environment? Let me know too if I'm on the wrong track here :) Thanks Dennis New site running TG: http://mydrawings.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

