Hi
We are using Grizzly to process requests asynchronously. We have written a
JMX Bean Manager so that Grizzly can register requests with JMX. The
register method on the management interface is correctly called and we can
see the JMX stats for the RequestInfo bean in JConsole correctly.
The problem we have, however, is that Grizzly never seems to call the
unregister method on the Bean Management interface. this means that the
references to the requests are never released by the Bean Manager and our
server quickly runs out of resources.
T.I.A
Mark
--
View this message in context: http://www.nabble.com/JMX-Management-unregister-of-a-bean-tp19331885p19331885.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.