In my application I have a sidebar (on every page) that displays a list of job openings for a smallish company. Is it wise to run the query in Application.cfc and store the results there somehow or is there a smarter way to run the query and store the results somewhere else in a different scope?
What is the best use of server resources?
Thanks in advance.
Edit: I'm using CF8. The updates will likely happen monthly.