Hey all, Some of you probably noticed that svn+ssh seemed crazy-slow on making connections. (It does alright on transferring the data, but on connecting to each part of the repository it seems to hang forever as the handshake is being made). Anyway, I came across this page on the GCC Wiki:
http://gcc.gnu.org/wiki/SSH%20connection%20caching Before the changes: 1.18user 1.07system 2:44.76elapsed After the changes: 0.79user 0.51system 1:14.62elapsed Quite an improvement! Just thought I'd share some tips as I come across them (in addition to adding them to the SVN Usage page on the gnustep wiki). - Andy _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
