When I was coding something that had to print out 30K lines to a web page.. I first started by creating a 'list' that contained the 30K lines and then used print statements to generated and display the HTML code right in my class.. Later I passed that 'list' into 'templator' and had it print out the lines instead.
With 'templator' the rendered page appeared in my browser twice as fast as the print statements, why is that? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
