php - Do other programming languages/platforms problem with Garbage Collector like JVM? -
i want know whether other programming languages/platforms php, ruby, c# etc. (where dont have manually deal memory-managment) have same prolem gc java on jvm results in long pause, high response time, low throughput etc. on large heap size (> 5gb)?
or that's general problem languages/platforms gc-ability, in java-world hot discussion thema because there many large scale systems written in java out there , 1 oftener have deal problem elsewhere?
thx much!
yes, gc-based languages have similar issues large heaps. has little language, , vm implementation (as gc tuning options , of course application code). since applications large heaps still quite rare becoming more common, becoming major selling point vendors of alternative vm implementations, such ibm or azul systems.
Comments
Post a Comment