Hi,
I have:
Ubuntu, Apache2 with mod_proxy and virtual-host
and the apps:
TGApp1, TGApp2, TGApp3
I want to run those app, in the some server.
TGApp1 on port 8081
TGApp2 on port 8082
TGApp3 on port 8083
In a terminal: $ ./start-TGApp1
in other: $ ./start-TGApp2
and other... $ ./start-TGApp3
All is ok. I can browse every of them.
but this method uses a loty of memory...
there's a best method for that?
as far as I know there isn't
this a feature plan for FirstClass, where you will be able to mount diferent TG apps in the same cherrypy process.
the other solution will be to use them all as one project but then you have the problems of multiple dbs and having to share things like identity tables.
thanks...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
- [TurboGears] Re: two or more TG-app running on apache-server Jorge Vargas

