What is software architecture? What is the role of a software architect? How do you define software architecture? How do you share software architecture? How do you deliver software architecture?

Add a comment

 

Re: Performance tuning Java systems

You make a very good point here. I have seen several times, that people do not tune the garbage collector well. People sometimes take initial GC configuration for granted. Real GC Tuning however cannot be done without the required look requiring the application to be readily developed. However using performance management tools also provide insight into object allocation. Sometimes the real problem is that way to much objects are allocated and destroyed. Then even the best garbage collector strategy cannot help you. You just gave me the motivation to post more on this issue on my own blog at blog.dynatrace.com.

Re: Performance tuning Java systems


Title
Body
HTML : b, strong, i, em, blockquote, br, p, pre, a href="", ul, ol, li, sub, sup
Name
E-mail address
Website
Remember me Yes  No 

E-mail addresses are not publicly displayed, so please only leave your e-mail address if you would like to be notified when new comments are added to this blog entry (you can opt-out later).

Software architecture for developers