Re: Benchmarking kqueue() performance?

2003-10-17 Thread Sean Chittenden
mplementation in CURRENT. Have you looked at libevent? http://www.monkey.org/~provos/libevent/ There are some spiffy benchmarks there (and pretty graphs). And a bit dated, but this page also has some good #'s for you: http://www.kegel.com/dkft

Re: Call for thread testers

2003-08-27 Thread Sean Chittenden
ard that the konsole bug has been fixed and there's a patch floating around to fix the SIGABRTs for that program (was my biggest gripe last time I tested libkse). Just trying to figure out what my expectations should be with regards to testing at this point. Is KSE to the point

Re: Network stack cloning / virtualization patches

2003-06-03 Thread Sean Chittenden
nting Marco's paper at USENIX on the (ummm 12th I > think). His baby is due then so he can't make it.. (whereas mine > arrived today so I'll be looking for an excuse to be away from the > house for 2 days ;-) :) Congrats (again!)! Julian, am I safe in assuming that you

Re: Network stack cloning / virtualization patches

2003-05-31 Thread Sean Chittenden
at the TODO, I realize that this patch isn't 100% yet, but can it be broken down into a smaller set of commits? Anyone doing virtual hosting would kill to have this functionality in FreeBSD right now. -sc -- Sean Chittenden ___ [EMAIL PROTECTED]

Re: making CVS more convenient

2003-03-16 Thread Sean Chittenden
st place: the ability to prevent the loss of work committed to a local repository when using cvsup to sync repositories with the master repo. -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: making CVS more convenient

2003-03-16 Thread Sean Chittenden
ade a local commit. [local commit to file A ] [different developer commits to file A on master repo] [commit to file A on master repo] [cvsup local repo with master repo] Wouldn't you have to delete A,v before A,v would continue to pick up future changes? -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: making CVS more convenient

2003-03-16 Thread Sean Chittenden
t believes are > in sync until they are updated on the server. ^^^ not ? -s is a bit dicey to trust unless you grab an exclusive lock on the file and prevent other people from making a change to the file on the server. -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECT

Re: making CVS more convenient

2003-03-16 Thread Sean Chittenden
velopment tool instead of just a way of publishing finalized work. Maybe the above changes could be rolled into the rewrite of CVSup in C. CVSup -> C ld cvsup -lkse cvsup(1) -> base system ::grin:: -sc -- Sean Chittenden pgp0.pgp Description: PGP signature

Re: first parameter to select

2003-03-13 Thread Sean Chittenden
www.kegel.com/dkftpbench/Poller_bench.html#results If you want fast, use kqueue(). -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Porting work on sigcontext from linux to BSD...

2002-10-10 Thread Sean Chittenden
ng vs just ints? So far as I can tell they're just wasting space, but I could be very wrong. -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: What happens to a connection between a select and accept...

2001-06-24 Thread Sean Chittenden
for the purposes of doing an accept() by selecting it for read. Thanks for your help though, that was what I was hoping to hear! -sc -- Sean Chittenden PGP signature

What happens to a connection between a select and accept...

2001-06-24 Thread Sean Chittenden
anted it's like comparing apples and oranges but, I'm wondering if anyone has any words of wisdom regarding this. Debugging this kind of a race condition isn't exactly my idea of a good time. ;~) -sc -- Sean Chittenden PGP signature

Fetching an index of an FTP site using fetch...

2001-05-01 Thread Sean Chittenden
tern void warnx(char *, ...); struct url_ent * fetchListFTP(struct url *url, char *flags) { warnx("fetchListFTP(): not implemented"); return NULL; } -- Sean Chittenden PGP signature

Re: Interesting article.

2001-04-10 Thread Sean Chittenden
t; stack under Windows 2000. > > Robert N M Watson FreeBSD Core Team, TrustedBSD Project > [EMAIL PROTECTED] NAI Labs, Safeport Network Services -- Sean Chittenden PGP signature