Leif Mortenson wrote:
> 
> Would profiling be a feature that is either on or off, or would it
> support something annalogous to log levels?
> 
> Our current product has several runtime meters where we keep track of
> things like the number of queries to our server per second, the maximum
> and average query times, maximum connection counts, memory usage, etc.

We have something like that as well. I'm not familiar with the details,
but it involves a block listener and an RMI server. Basically, for the
block coder it means he just has to implement an interface and add a
couple of methods to his block and that's it. He's even free to add some
methods, but not others, as our external runtime statistics gatherer
will find out by itself if they exist and then proceed to call them in
intervals or not call them.

Again, I'm not familiar with our system, but I believe it strictly
observes the "Avalon way" and IoC. If there is interest I can ask my
colleague to describe the system in detail.

Ulrich

-- 
Ulrich Mayring
DENIC eG, Systementwicklung

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to