Re: ssl performance
Brought to you by:
tyranny
From: Alexey M. <al...@hs...> - 2002-05-05 19:08:33
|
>>>>> "AD" == Alberto Dainotti <al...@ur...> writes: AD> Did you experience heavy performance degradations with ssl pserver AD> compared to pserver connections ? Whoa! I didn't do any actual tests for that, but I believe this could be true. AD> For example it takes a lot of time AD> to checkout the cvs-nserver sources.. I've seen that files are AD> transferred at about 50kbyte/s instead of 1.2Mbyte/s while both client AD> and server cpu's are under 10% .. Please let me know.. The hideous plan was to write a buffering-client.c which would handle the buffering of input/output data and I think would greatly help both Zlib compression performance and SSL performance. Currently I believe there is a lot of one-byte reads/writes, and I think they should hurt performance badly in those cases. Actually, the buffering-client.c is one of the things that is missing after the switch from buffer.c thing. I'll take a look into it. We need to gather actual statistics about how the network is handled (probably writing stat-client.c). --alexm |