Archived

This forum has been archived. Please start a new discussion on GitHub.

How to efficient use of transmission structure's memory in Ice

Java recovery the memory automatically. So you can improve application performance by reusing memory to reduce using GC. When you use "ami" and "amd" in java, application performace will be improved. At same time, another problem comes: The jvm GC will run randomly to effect the net procesing performance.
How can I reuse the memory such as callback's and respone object's memory?