From: Dmitry Y. <di...@us...> - 2003-06-19 10:53:13
|
Helen, > OK, Dmitry, will you please let me know the default value (I > doubt that it is 0) It's really 0 ;-) AFAIU, it means unconditional mode, i.e. infinite waiting for a success. > and also, if known, the maximum and minimum values allowed. No limits. The lock manager tries to acquire a mutex given number of times. Negative values shouldn't be allowed, but in fact they're (being converted to unsigned integer). Dmitry |