Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 42451 invoked from network); 19 Dec 2004 19:48:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Dec 2004 19:48:40 -0000 Received: (qmail 51487 invoked by uid 500); 19 Dec 2004 19:48:40 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 51156 invoked by uid 500); 19 Dec 2004 19:48:38 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 51137 invoked by uid 99); 19 Dec 2004 19:48:38 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) X-AuthUser: chip@force-elite.com Message-ID: <41C5DB10.8080104@force-elite.com> Date: Sun, 19 Dec 2004 14:48:32 -0500 From: Paul Querna User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Graham Leggett CC: dev@apr.apache.org Subject: Re: multicast? References: <41C2FF86.9000002@force-elite.com> <41C433EB.5010503@sharp.fm> In-Reply-To: <41C433EB.5010503@sharp.fm> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Graham Leggett wrote: > Paul Querna wrote: > >> So, I have a ~70% done implementation this 'apr_mcast' api. > > > After I have finished up on the LDAP stuff I am working on, my next itch > is get mod_backhand ported to httpd v2.0, which uses multicast. It may > be worth seeing what backhand does with multicast to make sure all the > possible bases are covered in the API. Yep. A mod_proxy_backhand for lack of a better name is on my hit list too. This was the first logical step, a required dependency for such a module, so, it was first on my list. -Paul