S
spacehopper_man
I'm considering ditching all use of Session state in favour of
Application state.
This is because - from what I can work out - it will be more memory
efficient for me.
I have three questions:
1) When is memory used for Session State freed (or essentially freed)?
- if ever...
2) When is memory used in Application State (or essentially freed) - eg
- if my cache item expires due to it reaching it's expiration time - is
it freed immediately - or must the process wait for some cleanup job to
run.
3) does anyone know of any docs/articles on when *exactly* memory is
made available when using the various caching techniques?
cheers very much,
Oli.
Application state.
This is because - from what I can work out - it will be more memory
efficient for me.
I have three questions:
1) When is memory used for Session State freed (or essentially freed)?
- if ever...
2) When is memory used in Application State (or essentially freed) - eg
- if my cache item expires due to it reaching it's expiration time - is
it freed immediately - or must the process wait for some cleanup job to
run.
3) does anyone know of any docs/articles on when *exactly* memory is
made available when using the various caching techniques?
cheers very much,
Oli.