lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV bg - fg = ok


From: Alan Cox
Subject: Re: LYNX-DEV bg - fg = ok
Date: Thu, 27 Feb 1997 12:26:21 +0000 (GMT)

> Lynx is single-threaded out of the box.  My NSL_FORK patch only works on
> machines with fork() calls, as would the ftp stuff (and I was asked why I
> did not use clone() - which is not available on my Sun...).

You'd want to use POSIX 1003.4 threads (aka pthreads library, linuxthreads,
the sun thread stuff). Thats the standard API, clone() is a linux specific
low level component of it.

Alan

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]