POV-Ray : Newsgroups : povray.off-topic : Using the GPU to do network protocols : Re: Using the GPU to do network protocols Server Time
3 Sep 2024 19:11:55 EDT (-0400)
  Re: Using the GPU to do network protocols  
From: Francois Labreque
Date: 24 Aug 2010 08:45:11
Message: <4c73bed7$1@news.povray.org>
Sabrina Kilian a écrit :
> It is an interesting way to use commodity hardware, instead of custom
> stuff. Though, the article does make it hard to take them seriously when
> they use lines like "Modern routers are rarely dumb switches anymore."

Most comemrcial routers HAVE been switches for the last 20 years.  The 
first packet to come through would be routed by the cpu, but the result 
of that routing table look up would be sent to an interface cache and 
all the packets for the same destination after that would be switched 
directly by the interface hardware, leaving the CPU alone.

I think that what they meant by this is that the routers nowadays have 
to do policy routing and load-balancing, that is inspect up to the 
application layer before deciding where to send the packets, rather than 
just based on the destination address.

-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   gmail.com     */}camera{orthographic location<6,1.25,-6>look_at a }


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.