Re: [JBoss-dev] JSR-77 the 2 and 1/2

2001-07-05 Thread Andreas Schaefer
: <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 8:14 PM Subject: Re: [JBoss-dev] JSR-77 the 2 and 1/2 > > Hi, guys > > I posted previously about support for JSR-77 and enabling extensive > profiling/monitoring in JBoss. No one followed up on that, so I'll put in > my

RE: [JBoss-dev] JSR-77 the 2 and 1/2

2001-07-05 Thread marc fleury
|Not quite sure if I am off-track here, but: | |If you want to avoid loosing statistics, you |might want to consider combining these two |methods into a single atomic call. | |For example, if you want to count bean invocations, |and do not want to drop a single invocation from |your statistics. i

Re: [JBoss-dev] JSR-77 the 2 and 1/2

2001-07-05 Thread Anatoly Akkerman
> - Original Message - > From: "Ole Husgaard" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, July 05, 2001 6:51 PM > Subject: Re: [JBoss-dev] JSR-77 the 2 and 1/2 > > > > Hi, > > > > Not quite sure if I am off-

Re: [JBoss-dev] JSR-77 the 2 and 1/2

2001-07-05 Thread Andreas Schaefer
Message - From: "Ole Husgaard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 6:51 PM Subject: Re: [JBoss-dev] JSR-77 the 2 and 1/2 > Hi, > > Not quite sure if I am off-track here, but: > > If you want to avoid loosing sta

Re: [JBoss-dev] JSR-77 the 2 and 1/2

2001-07-05 Thread Ole Husgaard
Hi, Not quite sure if I am off-track here, but: If you want to avoid loosing statistics, you might want to consider combining these two methods into a single atomic call. For example, if you want to count bean invocations, and do not want to drop a single invocation from your statistics. If yo

[JBoss-dev] JSR-77 the 2 and 1/2

2001-07-03 Thread Andreas Schaefer
Hi Geeks Just to give you the opportunity to stop me before turning JBoss up side down here are my ideas to add Statistics into JBoss. The part I want to do is the EJB statistics for (at least right now) Entity Beans. The difficult part is to collect everything in a loose coupled system like JBos