Hello,
I have a problem with my ASP.NET application. I connected it to a CAS Server using the DotNetCasClient library. I'm using Cas 2.0 protocol without proxy mode. The whole thing works well, but I got some performances issues. Actually, it appears that sometimes, when the application wasn't used for a certain amount of time, the "Ticket Validation Response" operation takes from 15 to 30 secs to complete (I saw this after activating the DotNetCasClient tracefile). On the server side, the 15 secs seems to match these operations : 2011-07-08 11:18:23,861 DEBUG [org.jasig.cas.web.flow.CasFlowExecutionKeyFactory] - Removing flow execution '[Ended execution of 'login']' from repository 2011-07-08 11:18:23,861 DEBUG [org.jasig.cas.web.flow.CasFlowExecutionKeyFactory] - Removing flow execution '[Ended execution of 'login']' from repository 2011-07-08 11:18:38,980 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generated service for: https://myaspapplication I don't understand what's this all about, as you cas see there is two similar instructions executed at the same time... Any help would be appreciated, Thanks! Edouard -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
