* Carsten Ziegeler: > Max Pfingsthorn schrieb: > > > I've run into some problems with performance (in general) and > > I noticed that source objects are not cached... This is not so > > nice since, for example, WebDAVSources are quite expensive to > > instantiate. > > I think we have a CachingSource implementation somewhere > (scratchpad?) which can be used as a wrapper around any other > source implementation. I think this one will fit your use case.
CachingSource builds a new Source object every time, that costs a lot for SitemapSource. I'm currently looking for a way to cache the Source objects (that could be configurable with a new request parameter), not only the cached response. The problem is that I don't want to end up with a lots of unreleased sources. The best would be to release sources unused for a certain period of time. Is that possible? -- Jean-Baptiste Quenot http://caraldi.com/jbq/
