Ramakrishna,

I have not used mod_auth_cas but it sounds like CASCookiePath is written rarely 
and read many. Is mod_auth_cas doing the writing or is it handing off to 
Apache? There must be other cookies that will be accessed just as frequently. 
How are they managed?
Could it be that there is some behind the scenes caching being done by Apache?

If not, then I agree it would be nice to have the ability to send to an 
in-memory store.

Perhaps you could use an in-memory file system.

Ray

On Fri, 2018-08-03 at 22:12 +0530, Ramakrishna G wrote:
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 <r...@uvic.ca<mailto:r...@uvic.ca>> 
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 | r...@uvic.ca<mailto:r...@uvic.ca>

--
- 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 cas-user+unsubscr...@apereo.org<mailto:cas-user+unsubscr...@apereo.org>.
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>.



--
Ray Bon
Programmer analyst
Development Services, University Systems
2507218831 | CLE 019 | r...@uvic.ca

-- 
- 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 cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/1533316893.2860.84.camel%40uvic.ca.

Reply via email to