hi,<br>im trying to use nameservice to implement distributed mutual exclusion.<br>What im trying to do is to bind a servant with a predefined name in the nameservice. If two processes try to bind a same type of servant with same name, it should throw alreadyboundexception.<br>
<br>the problem im having is, when i try to bind a servant with same name with in one process, the exception is thrown. but when i try to bind two servants from two processes, the exception is not thrown.<br><br>Can someone explain the reason.<br>
<br>Thanks<br><br><br><br>