Same ShibSP session across two vhosts?

Cantor, Scott cantor.2 at osu.edu
Sun Oct 23 19:14:44 BST 2011


On Oct 22, 2011, at 9:56 PM, "Jon Gorrono" <jpgorrono at ucdavis.edu> wrote:

> Yeah, the apache mod is written in c++... but I said 'something like
> terracotta'...are you saying that that the SP process/agent can't be
> clustered at all?

No, but Terracotta replicates objects and state in a way that's about as foreign to C++ as you can get, so no, nothing like it is going to work.

The formal clustering support is via coding to an explicit persistence API. Most of the time applications that can be clustered at all have their own session subsystem anyway and the SP doesn't need to be clustered directly.

-- Scott


More information about the users mailing list