Re: NFS scalability

2007-09-15 Thread Michael Neumann

Chris Turner schrieb:

steve wrote:

On Mon, Sep 10, 2007 at 07:49:51AM -0700, Matthew Dillon wrote:
:Just out of interest (without the time/boxes to try it out myself), do 
:you guys think this is a "good" solution? I mean, does NFS handle a lot 
:concurrent accesses well? I never used NFS...

:


haven't played around with it,
but you can do interesting things with amd(8) maps to distribute the
load, handle failure, etc

I think this would be best suited for 'static' into (e.g. non-time
critical html, php scripts with only logic, etc) - as Matt points
out there are cache problems on NFS (have seen this occasionally first
hand when serving up NFS builds on a lan)


Thank you all for the informative answers.

In the setting I am thinking about, serving big static files would be 
the top priority. Those files would hardly ever be updated.


But on the other hand tunneling all traffic from the front-end 
web-servers via NFS to the storage server back and forth seems overkill 
to me. Ideally each storage server would transfer the content it owns 
directly to the user instead of tunneling it through a proxy. But I 
think this must be done at the application level :)


Regards,

  Michael


Re: net-snmp and DragonFly

2007-09-15 Thread Peter Avalos
On Sat, Sep 15, 2007 at 10:37:14PM +1000, Petr Janda wrote:
> On Thu, 13 Sep 2007 07:18:02 pm Hasso Tepper wrote:
> > As there have been more people around interested in fixing net-snmp, a
> > little announcement:
> >
> > http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=36978
> >
> > The patch referred in the bugreport is against pkgsrc HEAD.
> >
> > As I was interested only in libraries, snmpd is tested only very briefly.
> > It started with absolutely minimal conf in my desktop and survived one
> > walk. That's all.
> 
> Works like charm! thanks so much and please commit to -current and -stable.
> 

You should probably add that to the bug report so the maintainer will
see it.  Since this is pkgsrc we're talking about, they're the ones that
need to commit it.

--Peter


pgpzknKszUCEU.pgp
Description: PGP signature


Re: net-snmp and DragonFly

2007-09-15 Thread Petr Janda
On Thu, 13 Sep 2007 07:18:02 pm Hasso Tepper wrote:
> As there have been more people around interested in fixing net-snmp, a
> little announcement:
>
> http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=36978
>
> The patch referred in the bugreport is against pkgsrc HEAD.
>
> As I was interested only in libraries, snmpd is tested only very briefly.
> It started with absolutely minimal conf in my desktop and survived one
> walk. That's all.

Works like charm! thanks so much and please commit to -current and -stable.

Petr