OpenSSH
[Top] [All Lists]

Openssh in multithreading environment.

To: openssh-unix-dev@mindrot.org
Subject: Openssh in multithreading environment.
From: rajashri bhor <rajashri_bhor@yahoo.com>
Date: Fri, 24 Nov 2006 21:02:12 -0800 (PST)
Delivered-to: sp-com-lists@consult.net
Delivered-to: openssh-unix-dev-list1@securepoint.com
Delivered-to: openssh-unix-dev-tmda@mindrot.org
Delivered-to: openssh-unix-dev@mindrot.org
List-archive: <http://lists.mindrot.org/pipermail/openssh-unix-dev>
List-help: <mailto:openssh-unix-dev-request@mindrot.org?subject=help>
List-id: Development of portable OpenSSH <openssh-unix-dev.mindrot.org>
List-post: <mailto:openssh-unix-dev@mindrot.org>
List-subscribe: <http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev>, <mailto:openssh-unix-dev-request@mindrot.org?subject=subscribe>
List-unsubscribe: <http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev>, <mailto:openssh-unix-dev-request@mindrot.org?subject=unsubscribe>
Sender: openssh-unix-dev-bounces+openssh-unix-dev-list1=securepoint.com@mindrot.org
 hi, 



i have queries regarding openssh. 



1. Openssh code is not multithread safe. 

scenario : 

       - using solaris 8 for compilation & running application. 

       - at many places fork & exec* functions are used along with other non 
multithread safe functions. 

       - I have created a shared library of openssh & using it in other process 

       - when i want to sftp something separate ssh process is created. 

       - i have replaced some of the non multithread safe functions by MT safe 
functions. 



questions : 

       - How to avoid use of Fork() & execvp or exec* functions from openssh 
code ? 

       - Or anybody has done the some thing to avoid use non Multithread safe 
functions? 



Thanks, 

Rbhor. 







 
____________________________________________________________________________________
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev

<Prev in Thread] Current Thread [Next in Thread>
  • Openssh in multithreading environment., rajashri bhor <=