server.unlock() (Method)

Relinquish a lock on the server object.

Availability:

JavaScript - 1.1
Netscape Enterprise server - 2.0
JavaScript syntax:NESserver.unlock()

If you ever lock the server object from a script, you should call this as soon as you possibly can after you have completed your lock critical code. Retaining a lock on your server object is not only bad manners but is seriously bad for the health and well-being of your server. Locking server objects persistently will hog resources and your server performance will slow to a crawl.

See also:project.unlock()