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/middleware/session.clj

http://github.com/mmcgrana/ring/blob/master/ring-core/src/ring/middleware/flash.clj

-- 
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

Reply via email to