Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More on worker process
Message
From
15/04/2011 20:42:30
 
 
To
15/04/2011 17:59:44
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:
01507550
Views:
32
Another thing I have been thinking about is knowing the fact that it takes about 0.01 to 0.10 in average to process a hit, where some exceptions might go, for example, up to 1 or 2 seconds, when comes time for a hit to reload the data dictionary, I could simply add a five second timeout. So, basically, in those very rare circumstances that I need to update the data dictionary, the first hit of each worker process that will get the lock, will simply have a five second timeout to negotiate with. This should leave enough time for other hits in progress from the same worker process to complete.

And, again, as I said, this was very rare and will become much more rare to happen now with this delay. So, that is a delay that will only happen when I update the data dictionary. Which means the application could run days without having a need for that routine, and when it will need it, there will just be a longer delay.
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