RE: [Dynapi-Dev] Garbage collection

2001-04-19 Thread Ken Ono
-Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Lasse > Lindgard > Sent: Thursday, April 19, 2001 4:37 AM > To: [EMAIL PROTECTED] > Subject: RE: [Dynapi-Dev] Garbage collection > > > Ohh no. NS is doing just fine. And NS6 is doing

RE: [Dynapi-Dev] Garbage collection

2001-04-19 Thread Lasse Lindgård
I tried to put it into the DynAPIObject unloadhandler at various positions. It didn't seem to make any difference at my IE55 or IE6ß /Lasse -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, April 18, 2001 10:09 AM To: [EM

RE: [Dynapi-Dev] Garbage collection

2001-04-19 Thread Lasse Lindgard
it should claim more than beta status. /Lasse -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott Andrew LePera Sent: Wednesday, April 18, 2001 7:50 PM To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Dev] Garbage collection I thought the majority of m

Re: [Dynapi-Dev] Garbage collection

2001-04-18 Thread Scott Andrew LePera
I thought the majority of memory leak problems happened in Netscape instead of IE. Am I mistaken? Regardless, part of the NS leak problem is probably due to (but not limited to) two factors: 1. NS doesn't do garbage collection until a new page is loaded (or reloaded) 2. multiple document.write(

Re: [Dynapi-Dev] Garbage Collection

2001-03-11 Thread Raymond Smith
; finishes the reference clipping on behalf of deceased "object a". - Original Message - From: "Robert Rainwater" <[EMAIL PROTECTED]> To: "Raymond Smith" <[EMAIL PROTECTED]> Sent: Sunday, March 11, 2001 9:07 PM Subject: Re: [Dynapi-Dev] Garbage Collection >

Re: [Dynapi-Dev] Garbage Collection

2001-03-11 Thread Robert Rainwater
This is where Mozilla messes everything up. Try doing any type of recursiving deleting in Mozilla and it will hack up since it follows all pointers to objects and since we use recursive pointers like: dlyr.doc.lyrobj = dlyr it goes crazy. I would love to see a solution for Mozilla. -- Robert

Re: [Dynapi-Dev] Garbage Collection

2001-03-09 Thread Raymond Smith
JS files. _ - Original Message - From: "Raymond Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 09, 2001 4:57 PM Subject: Re: [Dynapi-Dev] Garbage Collection > This is a JS object by Bob Clary that serves as a base object in a JS > hiarchy, it has an expl

Re: [Dynapi-Dev] Garbage Collection

2001-03-09 Thread Raymond Smith
This is a JS object by Bob Clary that serves as a base object in a JS hiarchy, it has an explicit call to destroy() built in with a brief discussion as to why it's needed. http://www.mindspring.com/~bobclary/base/docs/xbObject.html Class xbObject NameClass xbObject - root of Javascript Class Hie

Re: [Dynapi-Dev] Garbage Collection

2001-03-09 Thread Richard Bennett
That's funny, one hour ago I read this exact same document. I tried to apply this code in several different ways, setting everything to null, and calling CollectGarbage(), you see it changes the ram usage slightly, but not much difference. I also noticed that changing to another URL doesn't seem t