Re: Java is going to have closures.



On Wed, 30 Aug 2006 13:50:36 +0200, Fabien LE LEZ <gramster@xxxxxxxxxxxx> wrote:

On 30 Aug 2006 02:50:14 -0700, "MarkHaniford@xxxxxxxxx"
<MarkHaniford@xxxxxxxxx>:

Eclipse is better than any crap that Lisp has, and is only slow and
bloated if you get your systems out of the dumpster.

So, what's the minimum configuration to make it work smoothly?
[I mean, any action, including starting the program, is too fast for
the user to notice he's waiting.]


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.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
.



Relevant Pages

  • Re: Java is going to have closures.
    ... a lot of memory so 1 Gb is better. ... Java programs using Swing tend to grow enormously when used ...
    (comp.lang.lisp)
  • Re: Java is going to have closures.
    ... bloated if you get your systems out of the dumpster. ... a lot of memory so 1 Gb is better. ... Java programs using Swing tend to grow enormously when used ...
    (comp.lang.lisp)
  • RE: secure storage of sensitive data in J2EE
    ... > JVM has the right to choose wether or not it gets called? ... It's _hinting_ to the system that it might be appropriate to run gc ... Do you ever run out of memory in your java programs? ...
    (SecProg)
  • Re: Alternative to System.runFinalizersOnExit()?
    ... If I do run out of memory, I don't want my work to be trashed because the programmer was clueless. ... Particularly if it only OOMEd because I tried to load a core into a text editor. ... time -- it slowly exhausts its heap as any nontrivial app on average ... Of Java programs, rather than Java itself. ...
    (comp.lang.java.programmer)
  • Re: Memory Leak Problem
    ... parser will parse the page. ... I use many robots to crawl the pages and ... its memory keep on inscreasing. ... It is normal for Java programs to appear to the operating system to have all their permitted allocation. ...
    (comp.lang.java.programmer)