DESCR-main 606 B

12345678910111213
  1. Squid is a high-performance proxy caching server for web clients,
  2. supporting FTP, gopher, and HTTP data objects. Unlike traditional caching
  3. software, Squid handles all requests in a single, non-blocking, I/O-driven
  4. process.
  5. Squid keeps meta data and especially hot objects cached in RAM, caches DNS
  6. lookups, supports non-blocking DNS lookups, and implements negative
  7. caching of failed requests.
  8. Squid supports SSL, extensive access controls, and full request logging.
  9. By using the lightweight Internet Cache Protocol, Squid caches can be
  10. arranged in a hierarchy or mesh for additional bandwidth savings.