[jira] Updated: (JELLY-148) Huge memory leak resulting from the use of ThreadLocal

2004-12-16 Thread Paul Libbrecht (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-148?page=history ] Paul Libbrecht updated JELLY-148: - Attachment: TagScript.java This is a simplistic approach towards the notion of "run-session". Namely... it's using static ThreadLocal instead of instance-

[jira] Updated: (JELLY-148) Huge memory leak resulting from the use of ThreadLocal

2004-10-26 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-148?page=history ] dion gillard updated JELLY-148: --- Fix Version: 1.0 Moved to 1.0 release > Huge memory leak resulting from the use of ThreadLocal > -- > >

[jira] Updated: (JELLY-148) Huge memory leak resulting from the use of ThreadLocal

2004-10-14 Thread commons-dev
The following issue has been updated: Updater: Hans Gilde (mailto:[EMAIL PROTECTED]) Date: Thu, 14 Oct 2004 9:49 PM Comment: memory-leak-junit-test.txt - Non-scientific, yet useful memory leak tests. Changes: Attachment changed to memory-leak-junit-test.txt

[jira] Updated: (JELLY-148) Huge memory leak resulting from the use of ThreadLocal

2004-10-12 Thread commons-dev
The following issue has been updated: Updater: Hans Gilde (mailto:[EMAIL PROTECTED]) Date: Tue, 12 Oct 2004 9:29 PM Comment: thread-local-memory-leak-fix-final-1.txt - patch to core for fix Changes: Attachment changed to thread-local-memory-leak-fix-final-1.txt

[jira] Updated: (JELLY-148) Huge memory leak resulting from the use of ThreadLocal

2004-10-12 Thread commons-dev
The following issue has been updated: Updater: Hans Gilde (mailto:[EMAIL PROTECTED]) Date: Tue, 12 Oct 2004 9:30 PM Comment: thread-local-memory-leak-fix-final-xml-tags.txt - patch to XML tags for fix Changes: Attachment changed to thread-local-memory-leak-fix-final

[jira] Updated: (JELLY-148) Huge memory leak resulting from the use of ThreadLocal

2004-10-04 Thread commons-dev
The following issue has been updated: Updater: Guido Anzuoni (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Oct 2004 2:10 AM Comment: First, my opinions are affected by my way of dealing with templates-context-transformation in servlet env. >From my point of view, templates are in-memory

[jira] Updated: (JELLY-148) Huge memory leak resulting from the use of ThreadLocal

2004-10-02 Thread commons-dev
The following issue has been updated: Updater: Hans Gilde (mailto:[EMAIL PROTECTED]) Date: Sat, 2 Oct 2004 5:33 PM Comment: Just uploaded thread-local-memory-leak-fix-final.txt, which replaces thread-local-memory-leak-fix-demo.txt but fixes the prblem with trimming whitespace. All

[jira] Updated: (JELLY-148) Huge memory leak resulting from the use of ThreadLocal

2004-10-02 Thread commons-dev
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Sat, 2 Oct 2004 6:14 AM Changes: Version changed to 1.0 Version changed from 1.0-beta-5 - Fo

[jira] Updated: (JELLY-148) Huge memory leak resulting from the use of ThreadLocal

2004-09-28 Thread commons-dev
The following issue has been updated: Updater: Guido Anzuoni (mailto:[EMAIL PROTECTED]) Date: Tue, 28 Sep 2004 1:39 AM Comment: I uploaded jelly-nothreadlocal.ZIP that contains modified version of JellyContext, TagScript and StaticTagScript. Sorry, I am not familiar with cvs, diff &

[jira] Updated: (JELLY-148) Huge memory leak resulting from the use of ThreadLocal

2004-09-18 Thread commons-dev
The following issue has been updated: Updater: Hans Gilde (mailto:[EMAIL PROTECTED]) Date: Sat, 18 Sep 2004 9:37 PM Comment: Here's a demonstration of the problem. Also, I'm working on a fix that will keep the one-tag-inplementation-per-thread system that Jelly wants, while stoppi