Archive Index
This month's Index
|
Subject: Re: Libss2 in multithread environment
Re: Libss2 in multithread environment
From: Peter Stuge <peter_at_stuge.se>
Date: Wed, 21 Apr 2010 11:37:30 +0200
Babaladi, Prabhanand wrote:
Basically multithreading is not supported in libssh2 at this time.
> 1. Creating session
Fine, but..
> 3. Using channel which got above step execute the command and read
..only one channel at a time can ever be used, and most importantly -
If you are using non-blocking libssh2 calls this is difficult for
Using blocking mode it may be easier, but I am not sure if it will
Give it a shot.
//Peter
|