show/hide this revision's text 2 added 189 characters in body

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

show/hide this revision's text 1

Classic ASP: Can the "Application" global object cause dead lock?

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?