Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sharing of Tables object
Message
From
07/01/2011 13:46:07
 
 
To
07/01/2011 02:46:45
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01495118
Message ID:
01495178
Views:
35
Correct me if I am wrong, but a line like this:
        Public Shared oApp As Framework.App = New Framework.App()
Would make oApp shared across all upcoming hits for the same process ID. It was my assumption that oApp would also be shared across multiple worker process, for the same Web site, when in application pool, but this does not seem to be the case.

If that is true, that would explain the problem I am having.

So, is this the case?

If yes, is there a way to define a shared object which would be visible across all upcoming hits for the same process ID but also for all other instances of the worker process of the application pool?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform