On Fri, 2006-03-31 at 09:34 -0600, JupiterHost.Net wrote:
> a) If the connection is persistent and you can pass a hash around then 
> do the query once, store the data in the hash keyed on the session.

You'd be better off storing a query result in way that is keyed on the
query, not the person who made it.  Many apps have some very common
queries that allow for good reuse if cached results are shared between
users.

- Perrin

Reply via email to