Re: What version of FBSD does Yahoo run?

From: Garance A Drosihn (drosih_at_rpi.edu)
Date: 10/07/04

  • Next message: R. W.: "Re: GNOME questions"
    Date: Thu, 7 Oct 2004 16:05:21 -0400
    To: Kris Kennaway <kris@obsecurity.org>, TM4525@aol.com
    
    

    At 11:15 AM -0700 10/7/04, Kris Kennaway wrote:
    >On Thu, Oct 07, 2004, TM4525@aol.com wrote:
    >> > >
    >> > > why don't you post some of these impressive benchmarks to
    >> > > substantiate your seemingly flimsy position? On a single
    >> > > processor system please, for the 99% of us who don't use
    >> > > SMP. Hopefully the only good reason to run 5.x won't be
    >> > > if you run 4 processor systems.
    >> >
    >> > Already done so.
    >> >
    >> > Kris
    > >
    > > Is it really too difficult for you to post a pointer or
    > > reference for those of us who don't have the time to spend
    > > our entire lives reading mailing lists archives?
    >
    >Uh, it was in a reply to your message.

    This topic may be going on in multiple threads, so apologies if I
    am missing something. In this thread I notice a reply with the
    benchmark:

         Here's one benchmark, showing UDP packet/second generation
         rate from userland on a dual xeon machine under various
         target loads:

         Desired Optimal 5.x-UP 5.x-SMP 4.x-UP 4.x-SMP
          50000 50000 50000 50000 50000 50000
          75000 75000 75001 75001 75001 75001
         100000 100000 100000 100000 100000 100000
         125000 125000 125000 125000 125000 125000
         150000 150000 150015 150014 150015 150015
         175000 175000 175008 175008 175008 169097
         200000 200000 200000 179621 181445 169451
         225000 225000 225022 179729 181367 169831
         250000 250000 242742 179979 181138 169212
         275000 275000 242102 180171 181134 169283
         300000 300000 242213 179157 181098 169355

    That does show results for both single-processor (5.x-UP 4.x-UP)
    and multi- processor (5.x-SMP, 4.x-SMP) benchmarks. It may be
    that he ignored the table as soon as he read "dual Xeon".

    But when he asked for a "pointer or reference", I was expecting
    to see a URL which pointed to some additional benchmarks. I did
    not notice any URL's in any of your replies in this thread. Did
    you think that you had included a URL in some reply, or were you
    referring to the above benchmark? Or did I just miss the reply
    which included that URL?

    Mind you, the above benchmark is very encouraging, so I am not
    complaining about it. I am only wondering if there were additional
    benchmarks written up. Well, I am also wondering what the reason
    is for both a "desired" and "optimal" column in the above. When
    would "desired" ever be different than "optimal"? :-)

    -- 
    Garance Alistair Drosehn            =   gad@gilead.netel.rpi.edu
    Senior Systems Programmer           or  gad@freebsd.org
    Rensselaer Polytechnic Institute    or  drosih@rpi.edu
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: R. W.: "Re: GNOME questions"

    Relevant Pages

    • Re: Question on LSP
      ... Sure, the developer must keep track of which type has been assigned to each pointer to manage complexity in creating the design, which is why the 'T' is in T*. ... Subtyping is a relation which does not ... Those object types are completely orthogonal to the semantics of being an object reference. ... aggregate references, is the aggregate of referenced objects or target ...
      (comp.object)
    • Re: Question on LSP
      ... Because construction paradigms have different goals. ... But that has nothing to do with what a pointer type ... But that does not mean that the semantics of an object reference is ... aggregate references, is the aggregate of referenced objects or target ...
      (comp.object)
    • Re: Modifying Class Object
      ... Before I start, note we're talking about semantics, not ... For example, as I used as reference in my first posting, the Java language spec. ... A pointer stores a reference to something. ...
      (comp.lang.python)
    • Re: Question on LSP
      ... equivalent addresses in the same context. ... Note that the language allows us to use a name like 'T' on the reference as a mnemonic so that the developer can keep track of what is happening with the indirection. ... Modern languages have proper pointer types. ...
      (comp.object)
    • Re: Nothing Keyword Destories Objects rather than just resetting the variable to an empty variable
      ... there is no difference between using ByVal or ByRef. ... as the C1 pointer was the sole reference to the class object. ... Yes, an object variable is a pointer to an object, but that is the only ... the keyword "NOTHING" should only destroy the ...
      (microsoft.public.excel.programming)