Java – Connection Pooling
By adhering to a small number of relatively simple connection pooling best practices your application can quickly and easily take effective advantage of connection pooling. Software Object Pooling...
View ArticleTop 10 Performance Problems
Andreas Grabner, Technology Strategist at dynaTrace Software , has highlighted 10 performance problems that usually faced by developers of large applications. I will highly recommend performance...
View ArticleApplication delay or hanging due to log4j
Application delay or hanging due to log4j While profiling one of my multi-threaded applications, I found that some of my threads are in blocked state as some other thread is busy using the shared...
View Articlejava.lang.OutOfMemoryError unable to create new native thread
java.lang.OutOfMemoryError unable to create new native thread Recently I have been doing some interesting work, improving performance and memory optimization on a custom inhouse built server designed...
View Article