On Fri, 24 Mar 2000, you wrote:
> On Fri, Mar 24, 2000 at 10:43:30AM +0530, Rakesh Agarwal wrote:
> > Hi,
> > 
> > Can any compare Linux threads with the Unix threads, how robust Linux
> > threads are 
> 
> You'll have to tell us more about "UNIX threads" :-)  
I dont know of any  SysV or BSD  threading models
vfork is quite similar to the concept of the thread , well not exactly a thread
but  more reliable than using threads ie on a fault only the process in question
dies as opposed to threads where the whole process craters , but of course we
all right bug free code so who cares ;-).
on a different note I am still not convinced Linux kernel level threads are
better than user level threads like on solrais or IRIX. Linux threads in my
experience are much more memory intensive

> Start here:
> 
> http://pauillac.inria.fr/~xleroy/linuxthreads/faq.html
> 
> The primary difference between Linuxthreads and the thread implementations
> on other Unixes is that Linux chooses to do 1:1 mapping between user
> and kernel threads (like NT). Traditional UNIXes do "m x n" mappings.
> 
>       -Arun
> 
> -----------------------------------------------------------------------
> LIH is all for free speech.  But it was created for a purpose - to help
> people discuss issues about installing and running Linux.  If your
> messages are counterproductive to this purpose, your privileges to
> submit messages can and will be revoked.
-- 
#########################
Sathya Rangaswamy
[EMAIL PROTECTED]
Life is free and so is Linux
#######################

-----------------------------------------------------------------------
The LIH mailing list archives are available at:
http://lists.linux-india.org/cgi-bin/wilma/linux-india-help

Reply via email to