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
AM To: [EMAIL PROTECTED] Subject: [Dynapi-Dev] Garbage collection I found this in the Web Q&A colum in the MSDN Magazine (msdn.microsoft.com/msdnmag): ---Start JScript uses a mark-and-sweep garbage collector with a variety of heuristics used to determine when to run garbage collection. The JScrip

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(

[Dynapi-Dev] Garbage collection

2001-04-18 Thread anders . noras
I found this in the Web Q&A colum in the MSDN Magazine (msdn.microsoft.com/msdnmag): ---Start JScript uses a mark-and-sweep garbage collector with a variety of heuristics used to determine when to run garbage collection. The JScript garbage collector works like this: When the script engine is sh

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
Rainwater On 3/11/2001, 11:24:23 PM EST, Raymond wrote about "[Dynapi-Dev] Garbage Collection": > I've been looking at Bob's code in more detail and the insight is revealing > when compared to the base constructs of the DynAPI. The first thing I > noticed is

[Dynapi-Dev] Garbage Collection

2001-03-11 Thread Raymond Smith
I've been looking at Bob's code in more detail and the insight is revealing when compared to the base constructs of the DynAPI. The first thing I noticed is his use of interfaces, inner classes and upcasting (very Java, C++ ish) in the creation of Objects. This allows a little distance between

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
> To: <[EMAIL PROTECTED]> Sent: Saturday, March 10, 2001 1:39 AM Subject: [Dynapi-Dev] Garbage Collection > Doing some research in the hope of finding clues to help on GC, will be > posting what I find as I go. This one refers to a bug in MS JScript > 3.0,4.0,5.0 as rel

[Dynapi-Dev] Garbage Collection

2001-03-09 Thread Raymond Smith
Doing some research in the hope of finding clues to help on GC, will be posting what I find as I go. This one refers to a bug in MS JScript 3.0,4.0,5.0 as related to an OLE object. It applies though. Laters, Ray BUG: Excel Does Not Shut Down After Calling the Quit Method When Automating from