From: K Christine Scarpinatto
Subject: Garbage collection in ACL6.1
Date: 
Message-ID: <xsq8z2qn30x.fsf@cirrus.gp.cs.cmu.edu>
Hello,

I have a question regarding garbage collection in ACL 6.1.  I am
running a an application with multiple processes on a WindowsNT
machine and was wondering who triggers garbage collection, and its
scope.  Does garbage collection happen within an individual thread, or
is it always global?  How does the decision to do a garbage collection
get made?

My second question is regarding sockets.  Do sockets in ACL have a
fixed size?  I ask because I am doing periodic flushes on my sockets,
but some older data that shouldn't be there still seems to be getting
through.

Thanks in advance for any help you can give.

Chris Scarpinatto

______
K. Christine Scarpinatto	"Discovery consists of seeing what
Carnegie Mellon University       everybody has seen and thinking
Pittsburgh, PA		         what nobody has thought."
·····@cmu.edu                    -- Albert Szent-Gyorgyi
http://www.cs.cmu.edu/~scarp
-----------Standard Work Disclaimer is in effect-----------
From: Espen Vestre
Subject: Re: Garbage collection in ACL6.1
Date: 
Message-ID: <kwadn6dq1n.fsf@merced.netfonds.no>
K Christine Scarpinatto <·····@cs.cmu.edu> writes:

> I have a question regarding garbage collection in ACL 6.1.  I am
> running a an application with multiple processes on a WindowsNT
> machine and was wondering who triggers garbage collection, and its
> scope.  Does garbage collection happen within an individual thread, or
> is it always global?  How does the decision to do a garbage collection
> get made?

RTFM. AFAIR the ACL documentation has a pretty good section on the GC.

-- 
  (espen)