> I need to run many TG applications. So, I think it would not be wise
> to run each application on a seperate port with apache acting as the
> proxy. That is the reason why I tried mod_python.

In my experience mod_python embeds the python interpreter in the
apache process, so you'll actually have more processes with the full
TG stack in memory using mod_python that you will if you use mod_wsgi
in daemon mode, or using the standard mod_proxy deployment method.

TG 2 will allow you to run multiple tg applications in one process, so
that should help for people who want to run hundreds or thousands of
tg application instances on one server.  But, I'm guessing you have
less turbogears instances to run than that, and your best bet right
now is to just run a seprate process per app. (And even in TG2 that
will still be the b strategy for many users).

--Mark Ramm

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to