5 Nov 2011 02:13
mod_auth_kerb performance
Sylvain Baubeau <bob <at> glumol.com>
2011-11-05 01:13:13 GMT
2011-11-05 01:13:13 GMT
Hello list, I have kerberized one of my web applications using mod_auth_kerb but I'm facing a performance issue : when I make a request without mod_auth_kerb, I get a response in about 5 milliseconds, but with mod_auth_kerb enabled I get a response in about 100 milliseconds. After investigating a bit, I found out most of the time was spend in the gss_accept_sec_context (right after the debug message 'Verifying client data using KRB5 GSS-API'). There seems to be no call made to the network during the execution of the function (in particular, no call to the Kerberos server). Is it a pure CPU speed problem ? What do you think could make the gss_accept_sec_context take so long ? I would really appreciate your help Regards ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1
RSS Feed