Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2011-12-30 Thread Peter Jeremy
y. >> >> Daniel > >Sorry, but your crap is simply breathtaking. That was completely uncalled for. You have spent the last month or so whinging about FreeBSD but I have yet to see you provide any constructive input. Instead of whinging about ULE not doing what you want, how abou

Re: Memory allocation performance

2008-02-02 Thread Peter Jeremy
gt;+ if (itemcache == NULL) { >+ itemcache = item; >+ item = NULL; >+ } >+ mtx_unlock_spin(&itemcachemtx); >+ if (item) >+ uma_zfree(ng_qzone, item); = if (atomic_cmpset_ptr(&itemcache, NULL, item) == 0

Re: Memory allocation performance

2008-02-02 Thread Peter Jeremy
On Sat, Feb 02, 2008 at 09:56:42PM +0200, Alexander Motin wrote: >Peter Jeremy ?: >> On Sat, Feb 02, 2008 at 11:31:31AM +0200, Alexander Motin wrote: >>> To check UMA dependency I have made a trivial one-element cache which in >>> my test case allows to avoid t

Re: reduce interrupt rate for CD/DVD drive(r)

2006-09-01 Thread Peter Jeremy
see what works for you. -- Peter Jeremy pgpsYyJ9Vu4MH.pgp Description: PGP signature

Re: Fine-grained locking for POSIX local sockets (UNIX domain sockets)

2006-05-10 Thread Peter Jeremy
se data becomes invalid and update/remap the page when it is first accessed. -- Peter Jeremy ___ freebsd-performance@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-performance To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Combine more operation within one system call: to do it, or not to do it?

2005-09-19 Thread Peter Jeremy
Or do we already done something similar? How about sendto(2)? >http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/connectex_2.asp This doesn't work with lynx and I don't have my mozilla running. -- Peter Jeremy