There was a similar discussion already on this forum 
(https://groups.google.com/forum/#!topic/mojolicious/T9uH9a14CHM). I copy 
from Ben van Staveren's answer: "Consider using memcache or another 
key/value store that's convenient (redis, perhaps) to store information 
like that, and fetch it when required."
The other question is, did you measure the impact on your application if 
you read from the db with every request? It's probably not as big as you 
think.

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to