Hi,

On Sat, Nov 28, 2009 at 1:48 AM, André Thieme
<splendidl...@googlemail.com>wrote:

> Some users may be in a session that can go for minutes or hours or
> even
> days. In such a case we may be interested that as long this session
> exists
> this users requests will always be handled with the old set of
> functions.
>

To achieve such a feature, I think it would be simpler to have one JVM (or
several classloader-isolated Clojures inside of a single JVM) and then use a
loadbalancer with sticky sessions to only route old sessions to the old
vm/clojure instance.

Christophe


-- 
Professional: http://cgrand.net/ (fr)
On Clojure: http://clj-me.cgrand.net/ (en)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to