: <[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
|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
> - 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-
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
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
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