All,
I have a simple turbogears app installed (using the
TurboGears-1.0.1-2.fc6 package). My index page is served with:

    @expose(template="roboide.templates.files")
    def index(self):
        #Really need to seperate this out in a min
        return dict()

files.kid doesn't have any markup in it other than <?python from pysvn
import node_kind ?> (It should probably be served statically, but hey)

The first time I wget this file at the URL I note, using the heapy
heap profiler, that the heap has an extra 130k of stuff on it.
Understandable enough, I presume caching somewhere. However, every
subsequent hit of this URL results in an extra 30k on the heap
(detailed at http://paste.turbogears.org/paste/1355). This appears to
be mostly unicode representations of the data served. This is a major
issue over time!

What could be causing this?

Many thanks,

Stephen English


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

Reply via email to