Archive Index
This month's Index
|
Subject: Re: RE : libssh2 in a multi threaded application
Re: RE : libssh2 in a multi threaded application
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 17 Apr 2009 12:23:47 +0200 (CEST)
On Tue, 31 Mar 2009, Jean-Louis CHARTON wrote:
> For OpenSSL part, maybe the _init() function should only load the necessary
> EVP_add_cipher(cipher1);
That would probably be really hard to do properly since we won't know at
> Also, the _init() function should call RAND_seed() if necessary ...
I disagree. I think we should limit it to stuff that MUST be done in a single
> For the crypto callbacks, maybe the _init() function could have one boolean
Hm, if we would make it set the underlying crypto mutex callbacks I think the
I figure we should make the init() function take a bitmask option to have it
-- / daniel.haxx.se ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ libssh2-devel mailing list libssh2-devel_at_lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-develReceived on 2009-04-17 |