Monday 15 June 2015

java - Can JMX work asynchronously and how performant is this technology? -



java - Can JMX work asynchronously and how performant is this technology? -

i know jmx technology allows talk remotely among jvms making rpc phone call synchronous.

can jmx work asynchronously (with listeners example)? assume hundreds of agents create rpc jmx phone call same function on 1 jvm-process simultaneously. more performant respond asynchronously jvm? possible. has mbean server internally threadpool (a thread per jmx-connection) connection-management?

java asynchronous jmx

No comments:

Post a Comment