> I imagine going to my boss and saying, "Yes it *is* ten times slower,
> but your business customers will surely understand the slow web site
> and be sympathetic to you once they know it's Turbo Gears!"

If your whole page creation time is spent in template rendering, you
have an amazingly fast network connection, web server, database layer,
etc.   Sure, template rendering may be slower, but overall you may
find that TG2 is fast enough, and more scalable than many of the
competitor frameworks, even with Genshi.  And the fact that SQLAlchemy
provides methods for data partitioning (sharding) and many more
single-query database operations than the competitors is likely to
make more difference than template performance.

And, of course you will be able to use Mako for projects that need it.

-- 
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to