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 & patch :(.
The changes affect JellyContext for the inclusion of a simple management of a Map of
userData.
TagScript and StaticTagScript are modified in getTag, setTag and clearTag to expect a
JellyContext arg.
ThreadLocal member is suppressed.
I made limited testing with a jsp (a Subversion browser) creating a new JellyContext
at each invocation without problems and without
memory leak too.
Hope it helps somehow.
Changes:
Attachment changed to jelly-nothreadlocal.ZIP
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.apache.org/jira/browse/JELLY-148?page=history
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/JELLY-148
Here is an overview of the issue:
---------------------------------------------------------------------
Key: JELLY-148
Summary: Huge memory leak resulting from the use of ThreadLocal
Type: Bug
Status: Unassigned
Priority: Critical
Project: jelly
Components:
core / taglib.core
Versions:
1.0-beta-5
Assignee:
Reporter: Hans Gilde
Created: Sat, 18 Sep 2004 9:34 PM
Updated: Tue, 28 Sep 2004 1:39 AM
Description:
There is a huge memory leak that results from the TagScript's use of ThreadLocal.
ThreadLocal is usually used from a staic variable, while TagScript uses it from an
instance variable. Although this looks legal to me, it causes a huge memory leak.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]