On Thu, Sep 09, 2010 at 07:31:39PM -0700, Paul Romero wrote: > In your opinion, does using libssh_exit() at the end of a transaction > make a difference ?
libssh2_exit is practically a no-op in the current implementation, so calling it won't make any difference to memory usage. But tearing down and closing all connections between operations would give the memory allocator a chance to combine more memory blocks and free up more contiguous space. >>> Dan _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
