users@grizzly.java.net

Re: JMX in Grizzly 2?

From: Philippe Marschall <kustos_at_gmx.net>
Date: Tue, 30 Jun 2009 06:46:10 +0200

Jeanfrancois Arcand wrote:
> ...
> Yes file a bug (Many thanks!)

https://grizzly.dev.java.net/issues/show_bug.cgi?id=688

> ...
> Yes if we can have something much smaller, I'm all for ading it to the
> default distribution.

I had a second look at commons-modeler and it's actually not that big. I
found out that I don't need the the commons-digester and
commons-beanutils dependencies which saves me about 400k without any
changes. So from 2603k I'm down to 2226k, saved 377k.

Something else I noted that startup without JMX is about 250ms and with
JMX it's about 650ms. JMX adds a 160% startup penalty.

Cheers
Philippe