[jbossws-issues] [JBoss JIRA] Created: (JBWS-2461) Request / Response Resource Optimisation

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Fri Jan 16 07:45:04 EST 2009


Request / Response Resource Optimisation
----------------------------------------

                 Key: JBWS-2461
                 URL: https://jira.jboss.org/jira/browse/JBWS-2461
             Project: JBoss Web Services
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: jbossws-native
    Affects Versions: jbossws-native-3.0.5
            Reporter: Darran Lofthouse
            Assignee: Darran Lofthouse
             Fix For: jbossws-native-3.0.6


There are a few points where the management of resources can be optimised, in these places we are relying on a few techniques that are leading to potential leaks.

The first area to optimise is the use of ThreadLocals for DocumentBuilders etc - these should be optimised to be better related to the request / response.

A second area relates to SwapableMemoryDataSource - something is needed to clean up files not automatically deleted from killed / crashed JVMs.  Secondly relying on finalize to delete the files can lead to a large number of files on disk before GC especially with large heaps.  Ideally these will be better associated with the current request to be cleaned up at the end of processing.

Although these are two different problems I have grouped them together as the common problem is tracking resources with the request they really belong to.

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

        



More information about the jbossws-issues mailing list