Message from discussion
ANN: fastcgi parser for node.js
Received: by 10.204.84.215 with SMTP id k23mr52989bkl.4.1288884746188;
Thu, 04 Nov 2010 08:32:26 -0700 (PDT)
X-BeenThere: nodejs@googlegroups.com
Received: by 10.204.49.147 with SMTP id v19ls730274bkf.1.p; Thu, 04 Nov 2010
08:32:21 -0700 (PDT)
Received: by 10.204.13.81 with SMTP id b17mr54407bka.2.1288884741410;
Thu, 04 Nov 2010 08:32:21 -0700 (PDT)
Received: by 10.204.13.81 with SMTP id b17mr54406bka.2.1288884741379;
Thu, 04 Nov 2010 08:32:21 -0700 (PDT)
Return-Path: <coldredle...@gmail.com>
Received: from mail-bw0-f52.google.com (mail-bw0-f52.google.com [209.85.214.52])
by gmr-mx.google.com with ESMTP id w9si29333bkz.0.2010.11.04.08.32.20;
Thu, 04 Nov 2010 08:32:20 -0700 (PDT)
Received-SPF: pass (google.com: domain of coldredle...@gmail.com designates 209.85.214.52 as permitted sender) client-ip=209.85.214.52;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of coldredle...@gmail.com designates 209.85.214.52 as permitted sender) smtp.mail=coldredle...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-bw0-f52.google.com with SMTP id 6so1648543bwz.25
for <nodejs@googlegroups.com>; Thu, 04 Nov 2010 08:32:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:received:sender:received
:in-reply-to:references:date:x-google-sender-auth:message-id:subject
:from:to:content-type;
bh=dyUGJ0M75oTMP8scmCxB256ZvZ8qWIur8fSuR9HKkGw=;
b=ULEo0b4x2cIX2hLogBSlazcf5FuUT4YjmhFsXN2FQ5upNBsA3xoe99TmUm3L94/RK9
eOIDrHykaZ9Sjv1sDZgi5hPuIk9lWaE4yxDCmXeZdMOzUDotjjeHn6vlGvVqBMfbFN/9
xSLCFKPPyggp5r2yYJmczuQe9BoRuLUn50ekQ=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=mime-version:sender:in-reply-to:references:date
:x-google-sender-auth:message-id:subject:from:to:content-type;
b=Vca3KaCrbJNak4KJ+1QA8H4zs2BxC6w91hREAv4r6FVG2ATxWDIQLYdzaXkCfX2zV0
xzWdF1qQHFcoOTCmn7dIkPA0TqhroemkQJEpkWJx6ivako4XZOWsvuwe9tV8IFRU6cVA
9tYqvQxERxYV3rVL9FeMd7BAx/SxEvDlUoVnY=
MIME-Version: 1.0
Received: by 10.204.68.142 with SMTP id v14mr766868bki.106.1288884740119; Thu,
04 Nov 2010 08:32:20 -0700 (PDT)
Sender: coldredle...@gmail.com
Received: by 10.204.76.147 with HTTP; Thu, 4 Nov 2010 08:32:19 -0700 (PDT)
In-Reply-To: <1b212dc6-99b2-4bea-b626-25f2920dc...@30g2000yql.googlegroups.com>
References: <4f4d8411-17c5-42fa-b777-3880a78a2...@n40g2000vbb.googlegroups.com>
<AANLkTim0-B953--jGoKPvYLHr++6_=4v3-LUMG0Zb...@mail.gmail.com>
<06c8ffc9-6aac-4f88-bc9e-babca314a...@t13g2000yqm.googlegroups.com>
<c6c83f08-0e24-4613-8a5a-39aeb28c5...@s4g2000yql.googlegroups.com>
<3ebd67e5-baee-4161-a59e-e77cbfd86...@l8g2000yql.googlegroups.com>
<eb320af1-306d-4698-a075-bdb246320...@j25g2000yqa.googlegroups.com>
<4d374d3c-5f58-48c3-9939-89b2c819b...@e14g2000yqe.googlegroups.com>
<24cc0d82-cb2a-47dc-80d1-f99e785f8...@y23g2000yqd.googlegroups.com>
<70d57fba-872a-4fbb-9723-29e1a2c35...@g25g2000yqn.googlegroups.com>
<21c2cf65-9431-4665-9dc2-80159bcaa...@p1g2000yqm.googlegroups.com>
<3d060f82-2d71-4554-b053-8b33b50b6...@u17g2000yqi.googlegroups.com>
<5ba1a640-769f-4ec3-9b40-977ca1fd3...@g25g2000yqn.googlegroups.com>
<1b212dc6-99b2-4bea-b626-25f2920dc...@30g2000yql.googlegroups.com>
Date: Thu, 4 Nov 2010 08:32:19 -0700
Message-ID: <AANLkTins=9tn2=xp=WPS=RuKGbpeAfLniJUJtePP9...@mail.gmail.com>
Subject: Re: [nodejs] Re: ANN: fastcgi parser for node.js
From: Ryan Dahl <r...@tinyclouds.org>
To: nodejs@googlegroups.com
Content-Type: text/plain; charset=UTF-8
On Wed, Nov 3, 2010 at 8:37 AM, billywhizz <apjohn...@gmail.com> wrote:
> i ran some tests before using node.js as a proxy and it didn't work
> too well. what code are you using to do the proxying? i don't think
> this is the best role for node.js due to the performance issues with
> buffers. maybe the fastbuffers in 3.0 branch will make a difference...
>
This should get better with the writev stuff as well.