|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Session memory use?
Does anyone know a handy way to see how much memory a given session is using?
I'm writing an app that uses session vars. More than usual. I don't think it will be a problem, but I'm curious if there's a way to check the usage. I use Code:
<cfdump var=#session#> Any thoughts? Thanks, G |
|
#2
|
|||
|
|||
|
No way to do this as far as I know. All you can really do is dump out one session (as you've done) to get an idea of how much information is stored in one session, and then multiply by how many sessions you expect to be servicing.
If you're really worried, do some load testing or watch/record the server statistics (memory use, disk i/o, etc.) while it's in use. HTH, Brian
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > Session memory use? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|