SQUID Maestro y esclavo

Daniel Manrique roadmr en entropia.com.mx
Mar Ene 18 11:32:12 CST 2000



cache_peer hostname.com parent 3128 3130

Si lo declaras como "parent", tu squid le va a pedir el objeto al parent,
y si el parent no lo tiene, él mismo lo consigue y lo entrega al hijo (tu
squid). Así tu squid nunca resuelve las peticiones por sí solo.

cache_peer hostname.com sibling 3128 3130

Si lo declaras como "sibling" (algo así como hermano), tu squid primero
checa con todos los siblings a ver si alguno tiene el objeto que
necesitas, si ninguno lo tiene, tu squid va y lo trae de la red. En este
caso tu squid resuelve las peticiones que nadie más tenga, pero si algún
otro squid ya la tiene, se trae directamente de ahí.

Citando directo del FAQ del squid (que es la primera fuente que debías
haber consultado :)..

   A cache hierarchy is a collection of caching proxy servers organized
   in a logical parent/child and sibling arrangement so that caches
   closest to Internet gateways (closest to the backbone transit
   entry-points) act as parents to caches at locations farther from the
   backbone. The parent caches resolve ``misses'' for their children. In
   other words, when a cache requests an object from its parent, and the
   parent does not have the object in its cache, the parent fetches the
   object, caches it, and delivers it to the child. This ensures that the
   hierarchy achieves the maximum reduction in bandwidth utilization on
   the backbone transit links, helps reduce load on Internet information
   servers outside the network served by the hierarchy, and builds a rich
   cache on the parents so that the other child caches in the hierarchy
   will obtain better ``hit'' rates against their parents.

   In addition to the parent-child relationships, squid supports the
   notion of siblings: caches at the same level in the hierarchy,
   provided to distribute cache server load. Each cache in the hierarchy
   independently decides whether to fetch the reference from the object's
   home site or from parent or sibling caches, using a a simple
   resolution protocol. Siblings will not fetch an object for another
   sibling to resolve a cache ``miss.''



On Tue, 18 Jan 2000, Jose Alberto Huerta Glez wrote:

> 
> 
> Hola:
> 
> Tengo 2 sitios A y B, en los dos corro squid.
> 
> Alguien me  orienta sobre como hacer que el squid (A) busque en squid(B)
> si no tiene las paginas "cacheadas" ?????
> 
> Sucede que el sitio B tiene mas DISCO y RAM y mas ancho de banda,...
> 
> Saludos!!!!!!
> Gracias....


	- Roadmaster

----------------
*
Save a tree- use E-Mail!			roadmr en entropia.com.mx
*


-- 
Para desuscribirse, mande correo a: ayuda-unsubscribe en linux.org.mx
Para comandos adicionales, envíelo a: ayuda-help en linux.org.mx




Más información sobre la lista de distribución Ayuda