|
3 |
edited tags
|
||
|
2 | added an extra subquestion | ||
|
In some asp tutorials, like this, i observe the following pattern:
However, since web pages can have multiple instances, there is an obvious concurrency problem. So my questions are the following: What if one page tries to lock while the object is already locked? Is there a way to detect whether the application object is locked? Is it better to just work on un an unlocked application object or does that have other consequences? What if there is only one action involving the application object? ~Is there a reason to lock/unlock in that case? |
||||
|
1 |
|
||
Application Object and Concurrency ConcernsIn some asp tutorials, like this, i observe the following pattern:
However, since web pages can have multiple instances, there is an obvious concurrency problem. So my questions are the following: What if one page tries to lock while the object is already locked? Is there a way to detect whether the application object is locked? Is it better to just work on un unlocked application object or does that have other consequences?
|
||||
