|
|||||||||||
|
Re: single/multi threaded?
From: steve bernacki <steve(at)copacetic.net>
Date: Wed Mar 19 2003 - 11:16:54 EST I think there is a confusion over the terminology that is being used here. OpenSSH does not use Posix threads ("pthreads"). It does, however, use the traditional unix fork()/exec() model for handling concurrent requests. If your definition of "multi-threaded" is the use of Posix threads, the answer is no. If your definition is the ability to handle multiple requests simultaniously, then the answer is yes: through the fork()/exec() model. Steve On Tue, 18 Mar 2003, Rahul Gopal wrote: > Hi
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:55 EDT |
||||||||||
|
|||||||||||