Re: Old SUN NFS performance papers.

From: Eric Anderson (anderson_at_centtech.com)
Date: 01/19/04

  • Next message: Ted Cabeen: "Re: Old SUN NFS performance papers."
    Date: Mon, 19 Jan 2004 14:38:23 -0600
    To: Steve Francis <steve@expertcity.com>
    
    

    Steve Francis wrote:

    > Eric Anderson wrote:
    >
    >>
    >> I wasn't even sure where to start or stop snipping on this mail,
    >> since it is all good stuff - so I didn't. :) Thanks for the great
    >> info, and good explanations.. NFS+TCP is very nice, but I do believe
    >> the UDP transport was faster on a handful of tests (however I
    >> typically force use of TCP when I can)..
    >>
    >> One question - what does net.inet.ip.check_interface=0 do?
    >
    >
    >
    > makes FreeBSD not care if the interface a response comes in on is the
    > same as the one a request did. Helps only if network topology is funky.

    That's handy for a network like I have. What would also be handy, is a
    sysctl like that for the client side - that tells FreeBSD to ignore the
    fact that a response is coming from a different IP than what it sent the
    request to. Yes, I know this is a security issue, and yes I understand
    the ramifications. Nevertheless, I need it - unless there is a way to
    tell redhat and solaris to always answer on the same interface the
    request came in on..

    Eric

    -- 
    ------------------------------------------------------------------
    Eric Anderson	   Systems Administrator      Centaur Technology
    All generalizations are false, including this one.
    ------------------------------------------------------------------
    _______________________________________________
    freebsd-performance@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-performance
    To unsubscribe, send any mail to "freebsd-performance-unsubscribe@freebsd.org"
    

  • Next message: Ted Cabeen: "Re: Old SUN NFS performance papers."

    Relevant Pages

    • Re: Old SUN NFS performance papers.
      ... Helps only if network topology ... Eric> That's handy for a network like I have. ... Eric> different IP than what it sent the request to. ... Another situation I've found it useful for is my laptop. ...
      (freebsd-performance)
    • Re: W2K3 IIS 6.0 ASP.NET Requests Per Second Limits?
      ... allow the page to tell ASP.Net "don't send a response yet until I tell ... this request is "leaked" and will never ... It is when the callback executes with both the async function call ... The thread executing code literally calls into Function1, execute code, ...
      (microsoft.public.inetserver.iis)
    • Re: W2K3 IIS 6.0 ASP.NET Requests Per Second Limits?
      ... >> The way I understand async programming is if u need to do other ... >> request to webservice nothing more can be done until the result ... > The thread executing code literally calls into Function1, ... > the act of sending back the response using data that has been ...
      (microsoft.public.inetserver.iis)
    • ADFS & Sharepoint 2007 Errors
      ... Request or Response. ... claim Group = adfstest readers for user sid ... Sign In Response Dump ...
      (microsoft.public.windows.server.active_directory)
    • Re: W2K3 IIS 6.0 ASP.NET Requests Per Second Limits?
      ... Web Page makes HTTP request to web service ... Web Page waits for HTTP response to return ... Since ASP.Net depends on the worker threads to "do work", ...
      (microsoft.public.inetserver.iis)