Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Update #1 and memory leaks!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 68 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Atmapuri  
View profile  
 More options Dec 27 2004, 3:02 am
Newsgroups: borland.public.delphi.non-technical
From: "Atmapuri" <janez.makov...@usa.net>
Date: Mon, 27 Dec 2004 09:02:35 +0100
Local: Mon, Dec 27 2004 3:02 am
Subject: Update #1 and memory leaks!
Hi!

For those that still expirience memory leaks with
Update #1:

The severity of the memory leaks is proportional
to size of the source file being edited.

To completely resolve them:
Remove or rename the following packages
to disable Together:

"tgide90.bpl"
"borland.studio.together.dll"

in the \Bin directory.

It is not sufficient to disable Together from the Project
menu!!! The memory leaks due to Together will
happen as soon as you use the code editor and while
the Delphi is starting.

After you have disabled Together, you will notice, that
memory usage after D2005 has started is only half
of what it is otherwise. (85MB instead of 200 or so). The size
of the memory allocated by the process can be checked accurately with
this tool:

http://www.sysinternals.com/ntw2k/freeware/procexp.shtml

The Windows page file usage is not very accurate. But you get
a .NET and W32 side breakdown with that tool.

To get a .NET garbage collector breakdown use this:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpa...

You will be able to see the culprit (Together) on the work.

With the original release of D2005 there were memory leaks in
the code editor itself also. Even without Together.
Those have been fixed with Update #1.

I also found the IDE much more stable and reporting more
usefull error message after disabling Together.

I hope some will find this usefull.
Best Regards!
Atmapuri.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Derek Davidson  
View profile  
 More options Dec 27 2004, 5:18 am
Newsgroups: borland.public.delphi.non-technical
From: "Derek Davidson" <derek.david...@gmail.com>
Date: 27 Dec 2004 02:18:01 -0800
Local: Mon, Dec 27 2004 5:18 am
Subject: Re: Update #1 and memory leaks!

Atmapuri wrote:
> I hope some will find this usefull.

Great info.  Thanks :-)

--
Derek Davidson
http://www.ebsms.com
Send SMS Text messages from your PC. For FREE!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lars O. Soderstrom  
View profile  
 More options Dec 27 2004, 11:07 am
Newsgroups: borland.public.delphi.non-technical
From: "Lars O. Soderstrom" <elless.prod...@telia.com>
Date: Mon, 27 Dec 2004 17:07:07 +0100
Local: Mon, Dec 27 2004 11:07 am
Subject: Re: Update #1 and memory leaks!
Seems like it helps a lot, thanks!

Lars

"Atmapuri" <janez.makov...@usa.net> skrev i meddelandet
news:41cfc18a@newsgroups.borland.com...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dennis Landi  
View profile  
 More options Dec 27 2004, 12:53 pm
Newsgroups: borland.public.delphi.non-technical
From: "Dennis Landi" <n...@nada.com>
Date: Mon, 27 Dec 2004 12:53:50 -0500
Local: Mon, Dec 27 2004 12:53 pm
Subject: Re: Update #1 and memory leaks!
Remind me again, what the Together stuff is for?

Do I need it for ECO II?

-d


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Berry  
View profile  
 More options Dec 27 2004, 2:23 pm
Newsgroups: borland.public.delphi.non-technical
From: Kevin Berry <kevin@berry_REM0VETH1S_ware.com>
Date: Mon, 27 Dec 2004 13:23:41 -0600
Local: Mon, Dec 27 2004 2:23 pm
Subject: Re: Update #1 and memory leaks!

Atmapuri wrote:
> I hope some will find this usefull.
> Best Regards!
> Atmapuri.

OK, but what do you lose by disabling it?  I use Delphi 2005
Professional.  Does this affect me?

Thanks,
Kevin.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dk_sz  
View profile  
 More options Dec 27 2004, 1:52 pm
Newsgroups: borland.public.delphi.non-technical
From: "dk_sz" <dk...@hotmail.com>
Date: Mon, 27 Dec 2004 19:52:10 +0100
Local: Mon, Dec 27 2004 1:52 pm
Subject: Re: Update #1 and memory leaks!

>> "tgide90.bpl"
>> "borland.studio.together.dll"

>> in the \Bin directory.

Will Delphi autoload it again if one renames/places "tgide90.bpl"
back? (e.g. when Borland fixes the memory leaks)

best regards
Thomas Schulz


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lars O. Soderstrom  
View profile  
 More options Dec 27 2004, 7:39 pm
Newsgroups: borland.public.delphi.non-technical
From: "Lars O. Soderstrom" <elless.prod...@telia.com>
Date: Tue, 28 Dec 2004 01:39:32 +0100
Local: Mon, Dec 27 2004 7:39 pm
Subject: Re: Update #1 and memory leaks!
Well, you get a question on startup if you would like to try to load the
packages at next startup. If you choose 'Yes' and restore the files, Delphi
will try to load the packages at next start.

Lars

 "dk_sz" <dk...@hotmail.com> skrev i meddelandet
news:41d06698@newsgroups.borland.com...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Philip Hofstetter  
View profile  
 More options Dec 27 2004, 7:47 pm
Newsgroups: borland.public.delphi.non-technical
From: Philip Hofstetter <phofstet...@sensational.ch>
Date: Mon, 27 Dec 2004 23:47:13 -0100
Local: Mon, Dec 27 2004 7:47 pm
Subject: Re: Update #1 and memory leaks!
Hi,

Atmapuri wrote:
> To completely resolve them:
> Remove or rename the following packages
> to disable Together:

This seems to have fixed my problems with ErrorInsight as well.

Before disabling those packages, sometimes, ErrorInsight complained
about unknown types which definititely were not unknown at all (like
TObject for example). Needless to say that the units compiled without
errors too.

And Delphi seems to feel a bit faster too, though this may just be my
imagination...

Thanks anyway.

Philip


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Atmapuri  
View profile  
 More options Dec 28 2004, 2:44 am
Newsgroups: borland.public.delphi.non-technical
From: "Atmapuri" <janez.makov...@usa.net>
Date: Tue, 28 Dec 2004 08:44:22 +0100
Local: Tues, Dec 28 2004 2:44 am
Subject: Re: Update #1 and memory leaks!
Hi!

> OK, but what do you lose by disabling it?  I use Delphi 2005
> Professional.  Does this affect me?

It affects ECO II modeling in Delphi.NET and C#. ECO II will still
work, but modeling will not. If you use W32 only
I think you dont loose anything.

But if  Together is loaded the W32 side is for my purpose
not really usable. Without it its like breath of life for IDE.
A few things I noticed:

- big projects are loaded instantly.
- memory is no longer a problem, stays very low constantly
- I get compiler errors where there used to be AV's
or just nothing.
-...

Best Regards!
Atmapuri


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bryce K. Nielsen  
View profile  
 More options Dec 28 2004, 11:13 am
Newsgroups: borland.public.delphi.non-technical
From: "Bryce K. Nielsen" <br...@sysonyx.com>
Date: Tue, 28 Dec 2004 09:13:59 -0700
Local: Tues, Dec 28 2004 11:13 am
Subject: Re: Update #1 and memory leaks!

> It is not sufficient to disable Together from the Project
> menu!!! The memory leaks due to Together will
> happen as soon as you use the code editor and while
> the Delphi is starting.

What's the "proper" way to disable Together then? Is it Tools | Together? Do
you have to do each Project? And finally also rename the DLLs?

-BKN


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Holger Flick  
View profile  
 More options Dec 28 2004, 12:41 pm
Newsgroups: borland.public.delphi.non-technical
From: Holger Flick <rammbaer....@xyz.gmx.de>
Date: Tue, 28 Dec 2004 18:41:04 +0100
Local: Tues, Dec 28 2004 12:41 pm
Subject: Re: Update #1 and memory leaks!
Atmapuri,

it's great what you proposed. Everything is way faster now!! I never
used the Together support for my existing projects anyway.

--
Holger


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kyle A. Miller  
View profile  
 More options Dec 28 2004, 1:13 pm
Newsgroups: borland.public.delphi.non-technical
From: "Kyle A. Miller" <kyle@millerdevelopment##remove#.info>
Date: Tue, 28 Dec 2004 12:13:31 -0600
Local: Tues, Dec 28 2004 1:13 pm
Subject: Re: Update #1 and memory leaks!

Atmapuri wrote:
> With the original release of D2005 there were memory leaks in
> the code editor itself also. Even without Together.
> Those have been fixed with Update #1.

> I also found the IDE much more stable and reporting more
> usefull error message after disabling Together.

Can someone from Borland or TeamB verify this? Hopefully a separate
Together patch could be released to fix this.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Hodges [TeamB]  
View profile  
 More options Dec 28 2004, 1:42 pm
Newsgroups: borland.public.delphi.non-technical
From: "Nick Hodges [TeamB]" <nickhod...@gmail.com>
Date: 28 Dec 2004 10:42:35 -0800
Local: Tues, Dec 28 2004 1:42 pm
Subject: Re: Update #1 and memory leaks!

Kyle A. Miller wrote:
> Can someone from Borland or TeamB verify this?

I did it and found memory use to be better.

--
Nick Hodges -- TeamB
Lemanix Corporation -- http://www.lemanix.com
Read my Blog -- http://www.lemanix.com/nick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Captain Jake  
View profile  
 More options Dec 28 2004, 4:36 pm
Newsgroups: borland.public.delphi.non-technical
From: "Captain Jake" <jake[nospam]@jsnewsreader.com>
Date: Tue, 28 Dec 2004 15:36:52 -0600
Local: Tues, Dec 28 2004 4:36 pm
Subject: Re: Update #1 and memory leaks!
Atmapuri <janez.makov...@usa.net> wrote in message

<41cfc...@newsgroups.borland.com>

> The memory leaks due to Together will
> happen as soon as you use the code editor and while
> the Delphi is starting.

> After you have disabled Together, you will notice, that
> memory usage after D2005 has started is only half
> of what it is otherwise.

This is probably one of the best arguments against using Java or .NET or any
other garbage-collected framework,  namely that people will interpret the
activities of the garbage-collector as a "memory leak".

--
***Free Your Mind***

Posted with JSNewsreader-BETA 0.9.4.362


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bryce K. Nielsen  
View profile  
 More options Dec 28 2004, 5:28 pm
Newsgroups: borland.public.delphi.non-technical
From: "Bryce K. Nielsen" <br...@sysonyx.com>
Date: Tue, 28 Dec 2004 15:28:41 -0700
Local: Tues, Dec 28 2004 5:28 pm
Subject: Re: Update #1 and memory leaks!

> And Delphi seems to feel a bit faster too, though this may just be my
> imagination...

I've found this to keep the memory leaks WAY down, but the Delphi IDE is
still incredibly slow. When I double-click on a TFrame in my ProjectManager,
about 5 to 8 seconds later does it finally load up in the editor. Going from
Form-to-Code takes upwards of 4 seconds too, and even more annoying, if I
have the Form open and then I click on the editor, the mouseup doesn't get
called until AFTER those 4 seconds are up, so if I move the mouse anywhere
after I click, a whole bunch of text is highlighted (which really sucks,
since I normally just click on the editor and start typing, but now I have
to wait and make sure that nothings highlighted or I lose a bunch of text).

Does your IDE respond faster?

-BKN


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Hodges [TeamB]  
View profile  
 More options Dec 28 2004, 5:41 pm
Newsgroups: borland.public.delphi.non-technical
From: "Nick Hodges [TeamB]" <nickhod...@gmail.com>
Date: 28 Dec 2004 14:41:56 -0800
Local: Tues, Dec 28 2004 5:41 pm
Subject: Re: Update #1 and memory leaks!

Captain Jake wrote:
>  namely that people will interpret the
> activities of the garbage-collector as a "memory leak".

In actuality, the garbage collector is really the problem, though it
/looks/ like a memory leak.

--
Nick Hodges -- TeamB
Lemanix Corporation -- http://www.lemanix.com
Read my Blog -- http://www.lemanix.com/nick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dk_sz  
View profile  
 More options Dec 28 2004, 5:57 pm
Newsgroups: borland.public.delphi.non-technical
From: "dk_sz" <dk...@hotmail.com>
Date: Tue, 28 Dec 2004 23:57:32 +0100
Local: Tues, Dec 28 2004 5:57 pm
Subject: Re: Update #1 and memory leaks!

> Does your IDE respond faster?

I have it around one second. Of course I did various other things as well.
(see borland.public.delphi.ide.general - around 23 dec.)
it's still slower than D6 though, but can now be tolerated (using P4 2,8
mhz).

best regards
Thomas Schulz


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Hodges [TeamB]  
View profile  
 More options Dec 28 2004, 6:45 pm
Newsgroups: borland.public.delphi.non-technical
From: "Nick Hodges [TeamB]" <nickhod...@gmail.com>
Date: 28 Dec 2004 15:45:47 -0800
Local: Tues, Dec 28 2004 6:45 pm
Subject: Re: Update #1 and memory leaks!

Kyle A. Miller wrote:
> Is this a case of a poor garbage collector or a real memory leak?

Well, that will be debated forever, I suppose.  It's probably both, but
the garbage collector problem is probably the one causing most of the
problems.

--
Nick Hodges -- TeamB
Lemanix Corporation -- http://www.lemanix.com
Read my Blog -- http://www.lemanix.com/nick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kyle A. Miller  
View profile  
 More options Dec 28 2004, 6:42 pm
Newsgroups: borland.public.delphi.non-technical
From: "Kyle A. Miller" <kyle@millerdevelopment##remove#.info>
Date: Tue, 28 Dec 2004 17:42:19 -0600
Local: Tues, Dec 28 2004 6:42 pm
Subject: Re: Update #1 and memory leaks!

Nick Hodges [TeamB] wrote:
> In actuality, the garbage collector is really the problem, though it
> /looks/ like a memory leak.

I thought we settled on it being a memory leak. Is this a case of a poor
garbage collector or a real memory leak?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Captain Jake  
View profile  
 More options Dec 28 2004, 9:57 pm
Newsgroups: borland.public.delphi.non-technical
From: "Captain Jake" <jake[nospam]@jsnewsreader.com>
Date: Tue, 28 Dec 2004 20:57:00 -0600
Subject: Re: Update #1 and memory leaks!
"Kyle A. Miller" <kyle@millerdevelopment##remove#.info> wrote in message
<41d1ef2...@newsgroups.borland.com>

> I thought we settled on it being a memory leak. Is this a case of a poor
> garbage collector or a real memory leak?

I guess if you really think about it, you'll conclude that it doesn't really
matter which it is, since the problem is not nomenclature, but an
ever-increasing memory consumption that brings lesser systems to their knees.
If this is the normal result of a garbage collector, or the result of a true
memory leak, it is the result that is the problem. I guess we had better hope
it is NOT the memory collector, since that can't be fixed as easily as a true
memory leak.

--
***Free Your Mind***

Posted with JSNewsreader-BETA 0.9.4.362


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Atmapuri  
View profile  
 More options Dec 29 2004, 3:04 am
Newsgroups: borland.public.delphi.non-technical
From: "Atmapuri" <janez.makov...@usa.net>
Date: Wed, 29 Dec 2004 09:04:08 +0100
Local: Wed, Dec 29 2004 3:04 am
Subject: Re: Update #1 and memory leaks!
Hi!

> This is probably one of the best arguments against using Java or .NET or
any
> other garbage-collected framework,  namely that people will interpret the
> activities of the garbage-collector as a "memory leak".

The keyword here is the "CLR Profiler" from Microsoft.
If you did not bother to read the manual here are a few points:

- you can track how long are objects alive.
- which objects
- how large
- and per property breakdown. (sub-objects)
- how many total allocations/deallocations per time
unit (to see if garbage collector is eating away CPU).

Garbage collector or memory leak is not a question at all.
You can check bds.exe yourself and determine exactly which
objects from which assembly are causing the problem to
what extent.

If you are writing "large" .NET apps, CLR Profiler is a
must.

I think that one of the reasons why there is still some myst
to what is real memory usage and what is leak, is
because there is still "magic" associated with the "garbage
collector". The CLR Profiler can do away all the fog.

Best Regards!
Atmapuri


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
C4D - Kim Madsen kbmMW/kbmMemTable/kbmWABD /kbmX10  
View profile  
 More options Dec 29 2004, 5:27 am
Newsgroups: borland.public.delphi.non-technical
From: "C4D - Kim Madsen" <k...@components4developers.com (kbmMW/kbmMemTable/kbmWABD/kbmX10)>
Date: Wed, 29 Dec 2004 11:27:44 +0100
Local: Wed, Dec 29 2004 5:27 am
Subject: Re: Update #1 and memory leaks!
Hi,

Having a working garbage collector, traditional memory leaks dont occur anymore... ie people forget about a piece of
allocated memory and thus forgets to free it.
The garbage collector _do_ know about all the allocated memory, and keeps track of it.
The problem that mimics a leak is when something holds references to allocated memory. I.e. a list structure where each
element points to a managed objec that have been allocated somewhere.
Eg.

a:=someobject.Create;
somelist.add(a);
a:=nil;

Even if  your original variable referencing the allocated object is cleared out or getting out of scope, there still is
a reference to the object in the list. As long there are references to the object, the garbage collector wont bin it.
This is a very simple example, but in something as complex as a compiler/parser keeping track of millions of objects and
with all the events getting triggered and triggering other events etc. it can be a very tough job detecting what
references are being left behind and what are being correctly cleared thus resulting in the release of memory.

Im personally not for gc setups... they have their merrits, but unfortunately it also means that it makes some people
think they are expert programmers while they are really not. Java and C# encourages to creation of huge amounts of
objects without the developer giving it any thought, which means that house keeping and ressource management is
completely disregarded by many in GC operated environments.

In the good old days, developers knew they had to take housekeeping and ressource management into account to avoid
disaster. Thus they did and thus those apps spend alot less ressources than the new generation.

Just my 5 øre (cents) :)
Happy new year!

--
best regards
Kim Madsen
k...@components4developers.com
www.components4developers.com

The best components for the best developers
kbmMW          - RAD Enterprise class n-tier application server framework
kbmMemTable - High performance memory table
kbmWABD      - RAD web development
kbmX10           - RAD house automation

"Kyle A. Miller" <kyle@millerdevelopment##remove#.info> skrev i en meddelelse news:41d1ef27$1@newsgroups.borland.com...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JED  
View profile  
 More options Dec 29 2004, 7:26 am
Newsgroups: borland.public.delphi.non-technical
From: "JED" <nos...@nospam.com>
Date: 29 Dec 2004 04:26:05 -0800
Local: Wed, Dec 29 2004 7:26 am
Subject: Re: Update #1 and memory leaks!

Atmapuri wrote:
> To completely resolve them:
> Remove or rename the following packages
> to disable Together:

> "tgide90.bpl"
> "borland.studio.together.dll"

> in the \Bin directory.

Don't do this.

Use this: www.alphalink.com.au/~jed/dcm.htm

What if you actually want to use together for a particular project?

BTW, i have together loaded and no system performance drop.  It really
depends on your projects and system - I'd recommend checking first
before disabling for no reason.

--
QC Client: http://www.alphalink.com.au/~jed/QC/
Blog: http://jedqc.blogspot.com/

Configure Delphi 2005 the way you want it to be:
www.alphalink.com.au/~jed/dcm.htm

Checkout my code central submissions for D2005
http://cc.borland.com/ccweb.exe/author?authorid=205627


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Holger Flick  
View profile  
 More options Dec 29 2004, 8:09 am
Newsgroups: borland.public.delphi.non-technical
From: Holger Flick <rammbaer....@xyz.gmx.de>
Date: Wed, 29 Dec 2004 14:09:18 +0100
Local: Wed, Dec 29 2004 8:09 am
Subject: Re: Update #1 and memory leaks!
Hi JED,

> What if you actually want to use together for a particular project?

Rename them again. However, you are right. I would not know how to
include them into the IDE again.

But I checked out the Together support and could not find any reason
using it at all. May be because we were forced at University to model
using Rational Rose, I am still recovering from that :-)

--
Holger


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bryce K. Nielsen  
View profile  
 More options Dec 29 2004, 10:27 am
Newsgroups: borland.public.delphi.non-technical
From: "Bryce K. Nielsen" <br...@sysonyx.com>
Date: Wed, 29 Dec 2004 08:27:58 -0700
Local: Wed, Dec 29 2004 10:27 am
Subject: Re: Update #1 and memory leaks!

> I guess if you really think about it, you'll conclude that it doesn't
> really
> matter which it is, since the problem is not nomenclature, but an
> ever-increasing memory consumption that brings lesser systems to their
> knees.
> If this is the normal result of a garbage collector, or the result of a
> true
> memory leak, it is the result that is the problem. I guess we had better
> hope
> it is NOT the memory collector, since that can't be fixed as easily as a
> true
> memory leak.

"Lesser machines"?!? I have a Centrino 1.7 w/1mb RAM and it had consumed
over 2 GIGABYTES of memory. That will bring down  many "greater" machines...

-BKN


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 68   Newer >
« Back to Discussions « Newer topic     Older topic »