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

Re: The Artists thing



Pedro Medeiros wrote:

> What about fork()? Does fork() has much latency?

Forks and threads are the same underlying mechanism in Linux - they are
both just wrappers for 'clone'...the difference being only in which
memory pages are duplicated and which are shared.

That's not the case in other UNIXen - and it's CERTAINLY not the
case under Windoze.  Under those systems, threads are generally
faster than forks.

-- 
Steve Baker   HomeEmail: <sjbaker1@airmail.net>
              WorkEmail: <sjbaker@link.com>
              HomePage : http://web2.airmail.net/sjbaker1
              Projects : http://plib.sourceforge.net
                         http://tuxaqfh.sourceforge.net
                         http://tuxkart.sourceforge.net
                         http://prettypoly.sourceforge.net


---------------------------------------------------------------------
To unsubscribe, e-mail: linuxgames-unsubscribe@sunsite.auc.dk
For additional commands, e-mail: linuxgames-help@sunsite.auc.dk