a client invoke server mbean,
at the same time the another client invoke the same mbean
is there any problem??
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
Not as long as they're both doing read access. If the clients alter state in the MBean, then the usual concurrency precautions need to be taken, like synchronization.