Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More on worker process
Message
From
16/04/2011 18:04:26
 
 
To
16/04/2011 17:59:23
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:
01507537
Message ID:
01507606
Views:
24
>Maybe I'm missing something you've already explained, but what if new hit(s) come in during your timeout period?

The first hit of the worker process gets the lock. The others go in pending queue until the lock is released. Once released, the others will go in and will skip it immediately as the flag for the reloading would be completed. This is the same logic as when starting the application. The first hit of each of worker process gets a lock to load the data dictionary, thus everything in regards to the oApp shared object. Then, the upcoming hits can benefit from it.
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
Reply
Map
View

Click here to load this message in the networking platform