Re: Java is going to have closures.
- From: Joe Knapka <jk.usenet@xxxxxxxxxx>
- Date: Wed, 30 Aug 2006 23:04:17 GMT
MarkHaniford@xxxxxxxxx wrote:
About 500mb.
But if you are building anything substantial that too will require
a lot of memory so 1 Gb is better.
Java programs using Swing tend to grow enormously when used
for a while. I believe one of the reasons for this is that
memory is allocated in procedures then a subproc is called and the original
memory is never freed. This leads to a memory leak because java
retains memory not really in use. It is less of a problem in
Lisp since the coding style is more functional.
When Swing was created I think it was generally believed that
garbage Collection solved all problems. One the code was written the
problem was realized, but it was too late.
--
Another clueless one giving advice for something they've obviously
never used. Eclipse doesn't use Swing.
First, how the hell would he know, just by *using* Eclipse,
whether it used Swing or not? (Perhaps he could tell by
its modestly un-Swing-like 500MB memory footprint?)
Second, I got the impression he was talking about the Java
code one would develop using Eclipse. That is, 500MB to run
the IDE, plus another 500MB to accomodate the program under
development, which might very well use Swing.
-- JK
.
- Follow-Ups:
- Re: Java is going to have closures.
- From: MarkHaniford@xxxxxxxxx
- Re: Java is going to have closures.
- References:
- Java is going to have closures.
- From: Javier
- Re: Java is going to have closures.
- From: David Steuber
- Re: Java is going to have closures.
- From: joh
- Re: Java is going to have closures.
- From: Novus
- Re: Java is going to have closures.
- From: MarkHaniford@xxxxxxxxx
- Re: Java is going to have closures.
- From: Fabien LE LEZ
- Re: Java is going to have closures.
- From: John Thingstad
- Re: Java is going to have closures.
- From: MarkHaniford@xxxxxxxxx
- Java is going to have closures.
- Prev by Date: Re: Lets talk about GUI and sound libraries
- Next by Date: Re: Lets talk about GUI and sound libraries
- Previous by thread: Re: Java is going to have closures.
- Next by thread: Re: Java is going to have closures.
- Index(es):
Relevant Pages
|