On 11/6/06, Vit <[EMAIL PROTECTED]> wrote: > Nice to hear feedback. Thanks, guys. > > I *love* Trac as well :-) , but ... is it really make sense in > migration from native C's ClearSilver to Python's Genshi - according > http://genshi.edgewall.org/wiki/GenshiPerformance Genshi is not the > winner? > > P. S. I adore Python, but ... performance is a very important thing in > production, you know... Any ideas/recommendations?
In my experience, performance matters a little, scalability matters even more, and programmer productivity matters by far the most. Pick the thing that makes your team most productive, and just make sure it has *decent* performance. Then, make sure it can scale by being stateless and throw more machines at it ;) If you think performance problems are scary, try missing a deadline because you have to write too much code ;) Happy Hacking! -jj -- http://jjinux.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
