Return-Path: Received: from ug-out-1314.google.com ([66.249.92.173] verified) by mx.softsearch.ru (CommuniGate Pro SMTP 5.1.13) with ESMTP id 53980261 for talk@openhack.ru; Fri, 01 Feb 2008 17:21:06 +0300 Received: by ug-out-1314.google.com with SMTP id y2so950420uge.37 for ; Fri, 01 Feb 2008 06:21:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:mime-version:content-type:content-disposition:user-agent; bh=MFy/ltIyOuX1HFOKHte+UO40M0KsqdI55956DGbljeo=; b=iafSM6ATYKeO+O+r6lsBhcGiLbReuX0wgWMWzBag4rKX3Jw31gBl/qcbM5YBMG2sPe6mBwhbNAf6NMJl+X/f6A2jAy0ju41TygA5auA5K7mXyl3quVJWs7eKIBmy1q3agIc6IsK9WC90yeSG5+3dZezy1tfWfoj5ULEIX9SajIc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=NzRitj7+GsF4cKlCWSJfECOarNRRFnBbD7mUsGpVSLDq8906pp5GNprNDP/m76i8e5M+py6sY6bpDZHwHo9CAYEnE7pCCOjvYR56JjPkQXPJFdRVkR2yMoTHkAH/Yv8tdC8uC2sSThliMpCvgBbnQniBkDxohVT7ax8j/kaxArY= Received: by 10.66.240.12 with SMTP id n12mr5526448ugh.9.1201875666554; Fri, 01 Feb 2008 06:21:06 -0800 (PST) Return-Path: Received: from moonlight.home ( [80.246.71.156]) by mx.google.com with ESMTPS id 4sm13071259fge.3.2008.02.01.06.21.05 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 01 Feb 2008 06:21:06 -0800 (PST) Received: from moonlight.home (localhost.localdomain [127.0.0.1]) by moonlight.home (Postfix) with ESMTP id C0A903A7CC; Fri, 1 Feb 2008 17:21:03 +0300 (MSK) Received: (from tomash@localhost) by moonlight.home (8.13.1/8.13.1/Submit) id m11EL3Il024622; Fri, 1 Feb 2008 17:21:03 +0300 Date: Fri, 1 Feb 2008 17:21:02 +0300 From: Tomash Brechko To: talk@openhack.ru Cc: memcached@lists.danga.com Subject: [ANN] memcached-patched & memcached_gzip Message-ID: <20080201142102.GF4822@moonlight.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Hello, This message is to make two announcements. http://openhack.ru/memcached-patched has been populated finally. For now, the only things you will find there are Git daily mirror of memcached svn repo, and the implementation of noreply mode, to be used together with Cache::Memcached::Fast (and other clients that are willing to support it). There are also some extensions to Cache::Memcached, but they are obsoleted by Cache::Memcached::Fast. Also, today we released the extension for nginx (popular reverse HTTP proxy, see the previous announce, http://list.openhack.ru/Lists/talk/Message/4.html ) to serve _compressed_ data directly from memcached, with automatic decompression for clients that can't handle compressed data (older browsers, some indexing bots). With this, you can have most part of your static content in RAM right on the nginx balancing host that interacts with the outside world, to be served instantly. See http://openhack.ru/nginx-patched/wiki/MemcachedGzip for details. -- Tomash Brechko