Optimize memory consumption when using http-binding

Description

HttpSession is keeping a list of packets that need to be delivered to the client. The packets keep a reference to the dom object. In the heap dumps we are seeing that dom objects are the ones that are consuming the memory. With 26K http sessions the server is consuming 700MB. Not bad but not too good either.

Environment

None

Activity

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created December 12, 2007 at 7:42 AM
Updated December 12, 2007 at 7:42 AM
Resolved December 12, 2007 at 7:42 AM