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() |
Prev | Home | Next |
server.protocol | Up | Server side browser detection |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |