> Is the site Forward Facing or a backend? I am using TG (2.1) at NREL for internal purposes. > How is the site deployed? (mod_wsgi, mod_python, apache2, proxy, > paster, etc) Apache.
> What templating engine is used? (Genshi, Mako, Jijna, etc) Mako. (for speed) > How have web designers reacted to the constraints placed with the > templating engine you used? I'm loving mako. > Are static files served by TG2? Yes, and in fact we are using TG2 to serve files which are constrained by permissions. I also serve up custom tarballs. > How much daily traffic are you seeing? (hundreds, thousands, tens of > thousands) very small <50/day > What type of hardware/hosting? (virtual, virtual machine, dedicated, > cluster, etc) Single Server. I don't know the specs, but it is fast. > What implementation issues have you run into? None that I can think of. > What steps have been taken to plan for the thundering herd? Mako templates, research into load balancing using something like nginx. > > In particular, I notice shootq as a TG2 production site, but, they > appear to run cakephp on the forward facing site and I assume they are > using TG2 for the backend. Any input as to why the application > development uses two frameworks? No comment. Just wanted to add that I think that you should not have too many challengings getting TG2 to scale. Also, although my internal website is fairly simple, It is fairly complex, implementing: RestController, CrudRestController, sprox, tw.dojo, tgext.admin, tw.timeline, tw.timeplot, tw.dynforms. I use WebTest to test all of the pages in my application. Using WebTest in conjunction with coverage, I am able to have a pretty good certainty that my entire app is working when it comes time to release. I think this is one place where TG2 particularly shines. TG2 helps you manage complexity, and it gets out of your way when you need it to. cheers. -chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

