Both of those seem to be about persisting data across requests. I apologize if I'm being dense, but how does the threading model affect how they work?
On Jul 21, 11:28 am, gary b <[email protected]> wrote: > On Jul 21, 10:40 am, Zach Tellman <[email protected]> wrote: > > > I don't think anything in the Ring utilities are thread-aware, so they're > > all okay to use. > > The flash and session middleware in Ring core are two examples where > Ring assumes the thread per request model. > > http://github.com/mmcgrana/ring/blob/master/ring-core/src/ring/middle... > > http://github.com/mmcgrana/ring/blob/master/ring-core/src/ring/middle... -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
