Hi, On Jun 24, 2006, at 11:11 AM, maram wrote:
> 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? You can use cherrypy.tree.mount(), but use of that is not well-tested (within the TurboGears context) and certainly not well-supported by the tools. As Jorge mentioned, this is *the* major feature planned for First Class. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

