Re: porting multithreaded app from linux to FreeBSD

2002-02-06 Thread Terry Lambert
Umesh Krishnaswamy wrote: > Are there any gotchas about porting over from Linux a multi-threaded > application? FreeBSD version that I am using is 4.2. FreeBSD 4.2 uses a user space threading model. Linux threads are supported through the use of a GPL'ed kernel module and library, so you will ne

Re: porting multithreaded app from linux to FreeBSD

2002-02-06 Thread Julian Elischer
use the linuxthreads port.. that will give you exact linux-threads compatibility.. On Wed, 6 Feb 2002, Umesh Krishnaswamy wrote: > Hi Folks, > > Are there any gotchas about porting over from Linux a multi-threaded > application? FreeBSD version that I am using is 4.2. > > Thanks. > Umesh. >

Re: porting multithreaded app from linux to FreeBSD

2002-02-06 Thread Edwin Groothuis
On Wed, Feb 06, 2002 at 02:38:47PM -0800, Umesh Krishnaswamy wrote: > Are there any gotchas about porting over from Linux a multi-threaded > application? FreeBSD version that I am using is 4.2. Anything which uses libpcap doesn't work in a multithreaded environment until version 4.5. Edwin --

porting multithreaded app from linux to FreeBSD

2002-02-06 Thread Umesh Krishnaswamy
Hi Folks, Are there any gotchas about porting over from Linux a multi-threaded application? FreeBSD version that I am using is 4.2. Thanks. Umesh. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message