middleware infrastructure blog
Friday, May 29, 2009
core file analysis on solaris
›
A core dump is a detailed snapshot of the process at that point in time. It has all the information related to OS threads(pstack info), d...
1 comment:
Tuesday, May 26, 2009
WebLogic WLST Script Generator
›
WLS10.x comes with a recording feature whereby WLST scripts can be generated by recording a set of actions through Admin Console. This is...
Tuesday, May 19, 2009
WebLogic JDBC with Oracle RAC
›
WebLogic can connect to oracle RAC either through weblogic multi pools or through Connect-Time failover (underlying JDBC driver will be resp...
1 comment:
Thursday, May 14, 2009
Types of java.lang.OutOfMemoryError
›
These are the list of OutOfMemoryErrors a typical java application can see: java.lang.OutOfMemoryError: Perm Space java.lang.OutOfMemo...
Tuesday, May 12, 2009
Dealing with java.net.BindException: Address already in use
›
Depending on the software, we see these errors. The underlying reason is the same. We see the error if a process tries to listen on addr...
Monday, May 11, 2009
Horizontal scaling vs vertical scaling of JVMs.
›
What is the best approach for scaling a JVM ? Horizontal scaling : Stacking more memory (java heap) to existing JVM. Vertical scali...
3 comments:
Monday, May 4, 2009
garbage collection in java
›
Recently one of our developers wanted to know why the application seems to use a lot more memory than the steady state (amount of memory JVM...
‹
›
Home
View web version