Displaying 2 results from an estimated 2 matches for "svelt".
Did you mean:
svelto
2009 Dec 17
1
[LLVMdev] LLVM MinGW binaries on Vista issue
Hello, Jon
> To make it easier to use the LLVM-GCC MinGW32 binary and meet your GPL licensing requirements, could you embed the MinGW binutils binary as-is in the LLVM-GCC MinGW32 and update the LLVM docs to point to the MinGW SourceForge download site for those wanting the MinGW binutils source?
I still don't think it's good idea. binutils will add something like
10Mb to package
2004 May 02
7
Connection caching?
...bed at
http://www.lcs.mit.edu/publications/pubs/pdf/MIT-LCS-TR-884.pdf,
considers connection caching one of the advantages it has over ssh.)
Here are a few ideas, not quite boiled down to a proposal yet.
You'd run a local agent (maybe not
ssh-agent, since that deals with keys and wants to stay svelte,
but in any case something that is started just like ssh-agent
and leaves its socket name and pid in the environment)
which could keep connections open for a while to recently
accessed machines so that new sessions could be opened instantly
instead of requiring new cryptographic handshaking.
(I su...