I have a time critical application that needs to send a UDP datagram on a set schedule.The tolerance for jitter is very low on the receiving side.Implementing this with a java ScheduledThreadPoolExecu
What is the role of GC开发者_如何学C (Garbage Collection) other then memory management? -AnilThe role of the Garbage Collector is just the memory management. It remove non-referenced objects from mem
I\'m using the new MemoryCache in .Net 4, with a max cache size limit in MB (I\'ve tested it set between 10 and 200MB, on systems with between 1.75 and 8GB of memory).I don\'t set any time based expir
I\'m not all that familiar with how garbage collection works and what causes memory leaks. But I\'m at the point were I\'m becoming concerned about it and want to write more efficient code. So the pro
In Java, what is an unrea开发者_Go百科chable object? When does the object become unreachable? While studying garbage collection I was not able to understand this concept.
I\'m running a large instance of tomcat with the following version of java: java version \"1.6.0_20\" OpenJDK Runtime Environment (IcedTea6 1.9.7) (6b20-1.9.7-0ubuntu1~10.04.1
I am running a large .net 4.0 x86 app on Windows Server 2003 x64 (2x Xeon 4 core procs), and am running into issues where my app ~2-3 times a day freezes for 30 seconds, and then resumes functioning a
As part of my masters thesis I am writing a compiler for an object oriented language that was developed at my home university. Currently the compiler outputs assembler that runs on a virtual machine.
In a project that I am maintaining, I found a java class with a method \"fn\" similar to one shown below
I want to know about the efficiency of Java and the advantages and disadvantages of Java Virtual Machine and Android.