Re: [ADVANCED-DOTNET] How ready is Mono? (was: Cool open source)

2006-06-06 Thread Vince P
if (post.ToUpper().Contains("M$")) post.Ignore(); --- Vince > -Original Message- > From: Discussion of advanced .NET topics. [mailto:ADVANCED- > [EMAIL PROTECTED] On Behalf Of Phillip Holmes > Sent: Saturday, June 03, 2006 4:32 PM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: Re:

Re: [ADVANCED-DOTNET] What's the .NET analogue of Java's JMX framework?

2006-06-06 Thread Jef Newsom
I think that Eric below and Chris Hampson are closest with Enterprise Instrumentation Framework and WMI. It is worth noting that WMI is a far more general framework than a .NET equivalent of JMX. System.Diagnostics also has some relevant parallels to the javax.management.monitor package. hope tha

Re: [ADVANCED-DOTNET] What's the .NET analogue of Java's JMX framework?

2006-06-06 Thread Scott Allen
Event Tracing For Windows (ETW)? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/bas e/about_event_tracing.asp That will give you YATAIAPI, Frans. -- Scott http://www.OdeToCode.com/blogs/scott/ > -Original Message- > From: Discussion of advanced .NET topics. [ma

Re: [ADVANCED-DOTNET] What's the .NET analogue of Java's JMX framework?

2006-06-06 Thread Marc Brooks
I now only still need WCF and WWF and I have BINGO I thought you were supposed to yell out "ACRO"! -- "One of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs." --Robert Firth Marc C. Brooks htt

Re: [ADVANCED-DOTNET] What's the .NET analogue of Java's JMX framework?

2006-06-06 Thread Frans Bouma
> Windows Management Instrumentation (WMI)? I now only still need WCF and WWF and I have BINGO ;) FB > > On 6/6/06, Chris Hampson (AU) <[EMAIL PROTECTED]> wrote: > > > > Enterprise Instrumentation Framework ? > > > > -Original Message- > > From: Discussio

Re: [ADVANCED-DOTNET] What's the .NET analogue of Java's JMX framework?

2006-06-06 Thread Eric Means
Windows Management Instrumentation (WMI)? On 6/6/06, Chris Hampson (AU) <[EMAIL PROTECTED]> wrote: Enterprise Instrumentation Framework ? -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Ernst Kuschke Sent: Tuesday, 6 June 2006 8:40 PM

Re: [ADVANCED-DOTNET] What's the .NET analogue of Java's JMX framework?

2006-06-06 Thread Chris Hampson (AU)
Enterprise Instrumentation Framework ? -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Ernst Kuschke Sent: Tuesday, 6 June 2006 8:40 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] What's the .NET analogue of Jav

Re: [ADVANCED-DOTNET] What's the .NET analogue of Java's JMX framework?

2006-06-06 Thread Ernst Kuschke
Maybe the BAM component of BizTalk? On 6/6/06, Frans Bouma <[EMAIL PROTECTED]> wrote: > > What does JMX do? > > It's a spec for application instrumentation, managemenent and > monitoring. > It's "lightweight" enough to be included in the core of some > applications (e.g. famously in the JBoss r

Re: [ADVANCED-DOTNET] What's the .NET analogue of Java's JMX framework?

2006-06-06 Thread Frans Bouma
> > What does JMX do? > > It's a spec for application instrumentation, managemenent and > monitoring. > It's "lightweight" enough to be included in the core of some > applications (e.g. famously in the JBoss runtime kernel). .NET doesn't have these kind of standards. In the .NET world, sta

Re: [ADVANCED-DOTNET] What's the .NET analogue of Java's JMX framework?

2006-06-06 Thread Kunle Odutola
Hi, > What does JMX do? It's a spec for application instrumentation, managemenent and monitoring. It's "lightweight" enough to be included in the core of some applications (e.g. famously in the JBoss runtime kernel). Kunle > Hi, > > What, in the .NET space, serves the same function as JMX doe