[ 
http://jira.codehaus.org/browse/GEOT-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Olofsson reopened GEOT-2742:
-----------------------------------


Reopen so that we can get the multi thread issue corrected.

> Need to be able to shut down the WeakCollectionCleaner
> ------------------------------------------------------
>
>                 Key: GEOT-2742
>                 URL: http://jira.codehaus.org/browse/GEOT-2742
>             Project: GeoTools
>          Issue Type: Bug
>          Components: core metadata
>    Affects Versions: 2.5.5, 2.5.6, 2.5.7, 2.6-M0, 2.6-M1, 2.6-M2
>         Environment: ubuntu linux 9.04, java/6u16
>            Reporter: Robert Olofsson
>            Assignee: Andrea Aime
>             Fix For: 2.6.2
>
>         Attachments: GEOT-2742.patch, GEOT-2742.patch, 
> WeakCollectionCleanerCleaner.java, WeakCollectionCleanerCleanerTest.java
>
>
> We have a web start application (and/or applet) that uses geotools and when 
> we log out of our application we want to free up memory. 
> Since our application is quite big as it is we have our own class loader, one 
> per login session. This classloader will load geotools on demand (and similar 
> for our other classes). 
> When we log out we drop our references to this class loader, but this class 
> loader (and its classes) can not be dropped fully since the 
> WeakCollectionCleaner is still running.
> How do we shut this org.geotools.util.WeakCollectionCleaner down?
> When I look at the source I also find a copy of this class called 
> org.geotools.data.directory.ReferenceCleaner, but I do not think our code 
> ever touches that one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to