On 23/04/2006, at 1:51, jvanasco wrote:
> > After going insane trying to break up the default TG layout into > something that can be mapped out into a directory tree for svn access > and simultaneous development, I collected a bunch of newsgroup > postings > and applicaiton code and tossed it onto the Trac wiki so the next > person doesn't go crazy: Actually, the best way to accomplish this for *very* large applications would be to split each component into a separate egg each team could work independently on. Common services shared between components will be factored into different eggs too and linked against when necessary. The components could then be mounted as described in http:// tinyurl.com/qoymp This would allow upgrading each component independently and if things get even larger, they could be split into different machines and comunicate via SCGI with a front-end Aache/Lighttpd Alberto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

