|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Dynamic Content - Is there a way to keep information in some main memory pool in IIS so that each thread of execution (each visit to the site) would have access to it. I do not want to hit the db every time a visitor hits a new page on my site? This would greatly enhance the speed of the site!
|
|
#2
|
|||
|
|||
|
Take a look at application variables. you can fetch the data once when the application starts and use the assigned values then without fetching all the time.
Hope that helps
__________________
If you ask a question you are a fool for a second. But if you dont ask, you are a fool for a life time. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Dynamic Content - Main Memory Access |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|