Hi,

Regarding MongoDB; CouchBase, http://www.couchbase.com/, is an open source, 
persistent NoSQL database with a memcached protocol interface that can be used 
with CAS as it is, out of the box. In fact, we currently do. Might be worth 
consideration. It's built on Erlang OTP Mnesia I believe and should perform 
well enough I imagine. Our load is nowhere near verifying your performance 
requirements though, so I can't promise anything.

We use MongoDB too, for other purposes, so it's not that I have anything 
against it, it's just that couchbase can be used with no changes to CAS at all.

Regards,
/Fredrik


--
Fredrik Jönsson, M.Sc.
System architect

KTH Royal Institute of Technology 
University Administration
ITA/Infosys
Osquldas väg 6
SE-100 44 Stockholm, Sweden
Phone: +46-8-790 66 03
Mobile: +46-73-595 66 03
f...@kth.se
www.kth.se/social/users/fjo



-----Original Message-----
From: jleleu [mailto:lel...@gmail.com] 
Sent: den 26 juli 2012 21:29
To: cas-dev@lists.jasig.org
Subject: Re:[cas-dev] the "CAS 3.6" thread :-)

It could be.

So far, in my company, we have a custom remember-me system, but the idea is to 
come back to the "official" CAS remember-me. BTW, that's why I'm working now on 
remember-me in CAS server / clients.

As soon as I will have the remember-me feature fully "working", a problem will 
arise : where to store all the granting tickets (and service tickets) ?
We have millions of authentications each day so I need a really strong storage 
backend.
Database : why not ? but we have a somehow limited system here.
EhCache : even very simple, EhCache is not the most efficient system, in 
particular if I need to use the storage on disk.
Memcached : very efficient system but not meant to be persistent.

I'm using MongoDB for other needs and it's incredibly resistant to heavy load : 
one server can handle hundreds of reads/writes per second.
So I see it as the "ultimate" ticket storage for very high traffic.

Best regards,
Jérôme

--
You are currently subscribed to cas-dev@lists.jasig.org as: f...@kth.se To 
unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-dev

-- 
You are currently subscribed to cas-dev@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-dev

Reply via email to