[jboss-user] [Messaging, JMS & JBossMQ] - Re: Memory leak caused by Connection$PingTask

genman do-not-reply at jboss.com
Fri Feb 9 20:43:25 EST 2007


Re post #1 : The pattern for locks is this:

http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/locks/Lock.html


  | Lock l = ...; 
  |      l.lock();
  |      try {
  |          // access the resource protected by this lock
  |      } finally {
  |          l.unlock();
  |      }
  |  

Mr. Komori,

If you have a patch, please create an issue on jira.jboss.org and I can review the patch and possibly apply it if it is acceptable.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013972#4013972

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013972



More information about the jboss-user mailing list