Re: [JBoss-dev] need help with deadlock detection

2002-01-12 Thread Scott M Stark
] Sent: Saturday, January 12, 2002 12:32 PM Subject: [JBoss-dev] need help with deadlock detection Can somebody look at server/src/.../ejb/plugins/lock/BeanLockSupport.java and QueuedPessimisticEJBLock.java for me?  I added an application deadlock detection algorithm and need

Re: [JBoss-dev] need help with deadlock detection

2002-01-12 Thread David Budworth
gt; Good thought. Doesn't this make things really slow? Maybe a clone isn't so >expensive. > - Original Message - > From: Dain Sundstrom > To: 'Bill Burke' ; [EMAIL PROTECTED] > Sent: Saturday, January 12, 2002 4:12 PM > Subject: RE: [JBoss-dev]

Re: [JBoss-dev] need help with deadlock detection

2002-01-12 Thread Bill Burke
ere is a deadlock.   -dain -Original Message-From: Bill Burke [mailto:[EMAIL PROTECTED]]Sent: Saturday, January 12, 2002 2:33 PMTo: [EMAIL PROTECTED]Subject: [JBoss-dev] need help with deadlock detection Can somebody look at server/src/.../ejb/plugins/lock/Bean

RE: [JBoss-dev] need help with deadlock detection

2002-01-12 Thread Dain Sundstrom
Message-From: Bill Burke [mailto:[EMAIL PROTECTED]]Sent: Saturday, January 12, 2002 2:33 PMTo: [EMAIL PROTECTED]Subject: [JBoss-dev] need help with deadlock detection Can somebody look at server/src/.../ejb/plugins/lock/BeanLockSupport.java and QueuedPessimisticEJBLock.java for

[JBoss-dev] need help with deadlock detection

2002-01-12 Thread Bill Burke
Can somebody look at server/src/.../ejb/plugins/lock/BeanLockSupport.java and QueuedPessimisticEJBLock.java for me?  I added an application deadlock detection algorithm and need another set of eyeballs to make sure that I didn't do anything too drastic.  Don't worry, the code is very simple