Answered
CFQUERY and Memory
Im trying to free up some memory and have a few questions..
Ive read that you can set <CFQUERY name="session.queryname"> in order to cache the record set. Im confused about how this works. Does this caching replace the use of memory that a query would use if it were named without the "session."? Or does it put the record set into memory in a manipulatable form?
Hopefully this makes sense. We're getting a 500 error message when trying to execute the template. We've narrowed it down to my page plus several others that run at the same time that are also receiving the error. So anyway we're looking for a way to free up memory during the running of our templates. If anyone has any thoughts on this it will be appreciated.
Thanks ahead of time!
Ive read that you can set <CFQUERY name="session.queryname"> in order to cache the record set. Im confused about how this works. Does this caching replace the use of memory that a query would use if it were named without the "session."? Or does it put the record set into memory in a manipulatable form?
Hopefully this makes sense. We're getting a 500 error message when trying to execute the template. We've narrowed it down to my page plus several others that run at the same time that are also receiving the error. So anyway we're looking for a way to free up memory during the running of our templates. If anyone has any thoughts on this it will be appreciated.
Thanks ahead of time!
