Ray, I will be having concurrent 5 - 10 k request. When the bandwidth goes down I am really worried what will happen to the system.
Since redis is in memory storage system it will be comparatively faster than reading in a file is my feeling. Correct if I am wrong somewhere. And also since I have clustered environment in cas servers I am using redis sentinel setup for ticket storage. It will be a great option if user can use same redis in Mod_auth_cas client aswell. On Fri, Aug 3, 2018 at 9:17 PM, Ray Bon <[email protected]> wrote: > Ramakrishna, > > How much time do you think it will take to read/write NFS? > If redis is shared among your servers, how long will it take? > > Ray > > On Fri, 2018-08-03 at 15:26 +0530, Ramakrishna G wrote: > > Hello Team, > > I have multiple CAS client (mod_auth_cas) connected to a load balancer. My > problem is mod_auth_cas ask CASCOOKIEPATH to set to store the user > information locally. > > I am planning to use NFS for the same but I feel there will be a delay in > reading/writing the cookie information and have a feeling it is not safe to > have this solution in production environment. > > Can we have a redis mechanism to store the mod_auth_cas cookie > information? Do we already have it? > > I feel this approach would be more faster as it is mem_cached(Redis) than > NFS. > > Thanks > Ramakrishna G > +91 8792114542 > > -- > Ray Bon > Programmer analyst > Development Services, University Systems > 2507218831 | CLE 019 | [email protected] > > -- > - Website: https://apereo.github.io/cas > - Gitter Chatroom: https://gitter.im/apereo/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/a/ > apereo.org/d/msgid/cas-user/1533311233.2860.66.camel%40uvic.ca > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/1533311233.2860.66.camel%40uvic.ca?utm_medium=email&utm_source=footer> > . > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGST5P9%3Dj_6ajnikG%2BgaGS%2BUwbyutfSVFsFfHO1L%3D-FmO3xUfg%40mail.gmail.com.
