Java without gc - io

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-04-30T13:57:32Z Indexed on 2010/04/30 14:17 UTC
Read the original article Hit count: 548

Hi Guys

I would like to run a Java program with garbage collection switched off. Managing memory in my own code is not so difficult. However the program needs quite a lot of I/O. Is there any way (short of using JNI for all I/O operations) that I could achieve this using pure Java?

Thanks Daniel

© Stack Overflow or respective owner

Related posts about java

Related posts about garbage-collection