Vit a écrit : > 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?
Not necessarily. Clearsilver is a pure "push" templating system, which implies that you've got to spoon-feed him every little bit of data. But all this necessary (and often painful) pre-processing doesn't show up in the bench AFAICT. OTOH, Genshi is a able to callback to Python code to pull data from the "context" passed to it, format data etc, so what needed to be preprocessed with CS can be passed "as is" to Genshi. > P. S. I adore Python, but ... performance is a very important thing in > production, you know... <troll> That's probably why wee see so many "enterprise" sites running on Java... </troll> > Any ideas/recommendations? Hardware costs less than developper time. You can actually have a dedicated server for less than one day of developper's time (dedibox : 360 euros/year - me : 420 euros a day). And I bet (based on my experience with both CS and TAL) that even on a modest project, you can save more than one day by using Genshi (or TAL or Mighty or Jinja etc) instead of CS. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
