Forgot your password?
typodupeerror

Comment Re:Little change to get it to build on FreeBSD 4.7 (Score 1) 433

Correct the gettimeofday test which relies on pthreading was a pointless test on NetBSD stable as well. I'm looking at the pthread.c file I just downloaded it from the CVS server with the rest of Gatling. Congratulations fefe you sucessfully stressed tested GNU pthreads on a NetBSD system instead of Native Pthreads in NetBSD 1.6ZD. NetBSD stable has GNU pthreads while NetBSD current has native threading capibilites. Add this in with the Kqueue mistake on NetBSD in his testing (caused bu using STABLE again) -- you beging to get the sense that this guy is a complete joke..

for (i=0; i<count; ++i) {
int r;
gettimeofday(&a,0);
switch ((r=pthread_create(p+i,0,mythread,pfd))) {
case 0: /* ok */
break;
default:

Slashdot Top Deals

RAM wasn't built in a day.

Working...