On 10/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Please point me to URLs and other sources of info explaining sections > of prod.cfg.
http://docs.turbogears.org/1.0/Configuration > Is it bad to just use the development (non-production) version of a > config file for a 'production' site? Why or why not? Development mode is designed to make development simpler while production mode is designed to provide better performance. A number of settings are tweaked; the biggest is that the production config doesn't monitor your project for changes and auto-reload when changes happen, which slows things down. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

