Antwort: [OFF-TOPIC] ObjectOutputStream keeping handles

2004-01-19 Thread Ulrich . Kleeberger
: Thema:[OFF-TOPIC] ObjectOutputStream keeping handles 16.01.04 18:01

RE: Antwort: [OFF-TOPIC] ObjectOutputStream keeping handles

2004-01-19 Thread Bruno.Melloni
, but they had not yet made it 100% obvious. -Original Message- From: ext [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 6:55 AM To: Tomcat Users List Subject: Antwort: [OFF-TOPIC] ObjectOutputStream keeping handles hi yoav, have you tried

RE: Antwort: [OFF-TOPIC] ObjectOutputStream keeping handles

2004-01-19 Thread Shapira, Yoav
, January 19, 2004 9:00 AM To: [EMAIL PROTECTED] Subject: RE: Antwort: [OFF-TOPIC] ObjectOutputStream keeping handles I encountered this problem 3-4 years ago. According to Sun this is by design. ObjectOutputStream keeps the handles of all objects until you execute a reset() or close the stream

[OFF-TOPIC] ObjectOutputStream keeping handles

2004-01-16 Thread Shapira, Yoav
Howdy, Has anyone bumped into an issue where java.io.ObjectOutputStream keep references to serialized objects until the stream is closed, thereby preventing the objects from being garbage-collected? I know I can get around this by closing and reopening the stream after every write, but that