Forum OpenACS Q&A: ns_info locks

Collapse
Posted by Jonathan Ellis on
the ever-helpful nsv documentation says that to check on nsv lock contention you should call ns_info locks. I couldn't find the output of this command documented anywhere. It returns a list of strings/lists, which consist lock names followed by three numbers, e.g.

nsv:0 {} 33 352 0

anyone know what these mean?

Collapse
2: Response to ns_info locks (response to 1)
Posted by carl garland on
The values are (id hash for entry in table, number of times lock on entry has been acquired, number of times that the lock was busy upon trying to access it) ....