In classic ASP there is a global object called "Application" that is accessed simultaniously by all sessions.
As the "Application" object is a shared resource, can it cause dead locks?
EDIT: If not, why does it has lock and unlock methods for? Reference
