On Wed, Aug 05, 2009 at 07:04:21PM +0200, Claudio Jeker wrote:
> >
> > Index: tcpbench.c
> > ===
> > RCS file: /cvs/src/usr.bin/tcpbench/tcpbench.c,v
> > retrieving revision 1.8
> > diff -d -p -u -r1.8 tcpbench.c
> > --- tcpbench.c
On Wed, 5 Aug 2009, Henning Brauer wrote:
> * Claudio Jeker [2009-08-05 19:04]:
> > This needs a bit more work and maybe it would make sense to switch away
> > from poll to kqueue or libevent. poll() gets inefficient when handling
> > large ammount of fds. But that's maybe for later.
>
> that is
* Claudio Jeker [2009-08-05 19:04]:
> This needs a bit more work and maybe it would make sense to switch away
> from poll to kqueue or libevent. poll() gets inefficient when handling
> large ammount of fds. But that's maybe for later.
that is DEFINATELY for later if it all.
i really want this, i
On Sat, Aug 01, 2009 at 07:33:00PM -0300, Christiano Farina Haesbaert wrote:
> Hi there,
>
> Here is a much better diff proposal than my previous one.
>
> - Don't fork use poll instead.
>
> - Collect usefull overall statistics, as % bandwith being used by each
> connection, total and average rat
Any feedback on this ?
--
Christiano Farina HAESBAERT
Do NOT send me html mail.
better diff with thib comments.
Index: softraid.c
===
RCS file: /cvs/src/sys/dev/softraid.c,v
retrieving revision 1.169
diff -u -p -r1.169 softraid.c
--- softraid.c 31 Jul 2009 16:05:25 - 1.169
+++ softraid.c 5 Aug 2009 15:
To deal with an issue jordan found and to be able to boot softraid the
code needs to start using the vnode api.
Please test. I am particularly interested in rebuilds and hotspares
that initiate a rebuild.
Index: softraid.c
===
RCS f
This diff backports and documents the ProxyPass negation found in
apache2, useful for excluding subdirs from being proxied, e.g.
ProxyPass /foo/bar !
ProxyPass /foo/ http://backend/foo/
I run this patch in production on a loaded i386 reverse proxy without
any troubles. Spacing corrections by
On 2009/08/05 11:08, Stuart Henderson wrote:
> On 2009/08/04 20:00, r...@reedmedia.net wrote:
> > On Tue, 4 Aug 2009, Stuart Henderson wrote:
> >
> > > # bring carp interfaces down gracefully
> > > - ifconfig -a|grep '^carp.*:'|cut -f1 -d:|while read if
> > > - do
> > > -
On 2009/08/04 20:00, r...@reedmedia.net wrote:
> On Tue, 4 Aug 2009, Stuart Henderson wrote:
>
> > # bring carp interfaces down gracefully
> > - ifconfig -a|grep '^carp.*:'|cut -f1 -d:|while read if
> > - do
> > - ifconfig $if down
> > +
10 matches
Mail list logo