php is a templating language. all that stuff is written in c and is optimized. php is WAY faster at variable interpolation than python, perl, everything else.
templates are a small fraction of your 'business logic'. 95% of what you do in pylons, php, and everythign else will have the database and disk i/o as the bottleneck. if you want to go for faster page execution, go for php - but those numbers are pretty meaningless and people who used python will have built apps that run just as fast in less time. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
