14 Apr
2000
14 Apr
'00
5:49 p.m.
On Fri, 14 Apr 2000, Toby Dickenson wrote:
2. A DTML method in a pickle is only a little bigger than the size of it's text. However in memory it will create many instance objects representing the DTML parse tree. These objects are the ones that actually perform the rendering. The text is stored in memory too, but it's only used for management operations. I haven't measured it, but I wouldn't be suprised if it was 10 times bigger than the pickle.
If it is that much bigger, then I suppose I couldn't easily place an upper limit ... darn an upper limit could have caught the memory leak (if any) quickly. Pavlos