RE: excessive data transfer with SSPI
From: Sergey Gotvansky <Serge.Gotvansky_at_materialise.kiev.ua>
Date: 2006-01-12 16:27:36 CET
Hi,
I suppose that the problem of huge transfers is using of per-request authentication instead of per-connection. The widely used mod_auth_sspi uses per-request auth that leads to resending of 3-phase SSPI auth information. I tried to jump from per-request to per-connection by patching mod_auth_sspi module and found it working ok. I'm still investigation the real reason and looking for solution. My team is really interested in fine SSPI/NTLM authorization.
Serge Gotvansky
-----Original Message-----
Hi,
With my latest patch to the SSPI feature in neon, the authentication now
14.585MB wmv file added with SSPI authentication ==> data transferred:
The same file added (and committed) with basic authentication only
(a wmv file was used because they're highly compressed, so the zlib
So you can see, the overhead for authenticating with SSPI is
This is easily reproduced:
I've spent the last four hours trying to find out where
I really hope that one of you guys can jump in here and fix this issue.
Since I'm not sure where this must be fixed, I'm posting this to both
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Jan 12 17:44:57 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.