From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.76.159.169 with SMTP id xd9csp145896oab; Mon, 14 Jul 2014 20:56:55 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of rack-devel+bncBD75LW742ECRBBWNSKPAKGQEAIDPGFA@googlegroups.com designates 10.140.25.207 as permitted sender) client-ip=10.140.25.207 Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncBD75LW742ECRBBWNSKPAKGQEAIDPGFA@googlegroups.com designates 10.140.25.207 as permitted sender) smtp.mail=rack-devel+bncBD75LW742ECRBBWNSKPAKGQEAIDPGFA@googlegroups.com; dkim=pass header.i=@googlegroups.com X-Received: from mr.google.com ([10.140.25.207]) by 10.140.25.207 with SMTP id 73mr50760qgt.10.1405396614970 (num_hops = 1); Mon, 14 Jul 2014 20:56:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :x-original-sender:x-original-authentication-results:reply-to :precedence:mailing-list:list-id:list-post:list-help:list-archive :sender:list-subscribe:list-unsubscribe:content-type; bh=KtzD6sD3zeg1oqjJPwpD9VWzb6rutAZ6QeCGZiihQy4=; b=i3h85yHIm0M9NCVonfyUU7ddc0Q9qfpa7LYwcyTE7ZdQu/La22u7WwhMD9Au2iMi6C CSYIgvdFg4Lx7gYPW2esxXFrmkVNsJJRAvBNnqKPwislJQDj7quhYWAtGi2spixHodMz q09HI0arfrouMDJH+1YZ25Cs6CSfh2n+v6XyUP2sFV8CJB5fXoAFfzEKX03iKLgQHsXQ VyHHLPYMTfYGnf9iGRrZMO2IuidZCWDFuvbJ7Cms9dlFq/DmXrSdTlWHz3EnB5E4g2Tp ImlzzUSuvxc4lx7nOR5zZATFQOifJOJvWi4E4RtcKRc7HpLErrQVi+9mCgPm1ox4/6Ly Yo/A== X-Received: by 10.140.25.207 with SMTP id 73mr4261qgt.10.1405396614797; Mon, 14 Jul 2014 20:56:54 -0700 (PDT) X-BeenThere: rack-devel@googlegroups.com Received: by 10.140.107.68 with SMTP id g62ls1230552qgf.75.gmail; Mon, 14 Jul 2014 20:56:54 -0700 (PDT) X-Received: by 10.58.172.5 with SMTP id ay5mr10179105vec.37.1405396614016; Mon, 14 Jul 2014 20:56:54 -0700 (PDT) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [2607:f8b0:4003:c01::230]) by gmr-mx.google.com with ESMTPS id cr5si693935igb.3.2014.07.14.20.56.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 14 Jul 2014 20:56:53 -0700 (PDT) Received-SPF: pass (google.com: domain of jftucker@gmail.com designates 2607:f8b0:4003:c01::230 as permitted sender) client-ip=2607:f8b0:4003:c01::230; Received: by mail-ob0-f176.google.com with SMTP id wo20so5170178obc.7 for ; Mon, 14 Jul 2014 20:56:53 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.42.129 with SMTP id o1mr11386800oel.66.1405396613729; Mon, 14 Jul 2014 20:56:53 -0700 (PDT) Received: by 10.76.71.197 with HTTP; Mon, 14 Jul 2014 20:56:53 -0700 (PDT) In-Reply-To: <20131018195222.GA22200@dcvr.yhbt.net> References: <20131018195222.GA22200@dcvr.yhbt.net> Date: Mon, 14 Jul 2014 20:56:53 -0700 Message-ID: Subject: Re: [PATCH] README: update to add yahns to the list of servers From: James Tucker To: rack-devel@googlegroups.com X-Original-Sender: jftucker@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jftucker@gmail.com designates 2607:f8b0:4003:c01::230 as permitted sender) smtp.mail=jftucker@gmail.com; dkim=pass header.i=@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: X-Google-Group-Id: 486215384060 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Content-Type: multipart/alternative; boundary=001a11c20daaee135604fe336526 --001a11c20daaee135604fe336526 Content-Type: text/plain; charset=UTF-8 accepted, thanks! On Fri, Oct 18, 2013 at 12:52 PM, Eric Wong wrote: > yahns will eventually support more than Rack, but for now > it only knows Rack. > > ref: http://yahns.yhbt.net/README > --- > Fwiw, yahns has reasonable defaults, so maybe a builtin Rack handler > is in order. But I'm not sure if Rack is adding support for more > server handlers (and I'm not sure if it's beneficial to have two > ways to configure yahns...) > > If you prefer: git pull git://git.bogomips.org/rack.git yahns > > The following changes since commit > 1f47a4478546602d3c17902cc3faf42b106f0638: > > Merge pull request #606 from aweiksnar/patch-1 (2013-09-27 01:35:33 > -0700) > > are available in the git repository at: > > git://git.bogomips.org/rack.git yahns > > for you to fetch changes up to a8b6b005b1635cd4e4880021fdf00e7d07dd713c: > > README: update to add yahns to the list of servers (2013-10-18 > 19:46:12 +0000) > > ---------------------------------------------------------------- > Eric Wong (1): > README: update to add yahns to the list of servers > > README.rdoc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/README.rdoc b/README.rdoc > index 7a3c8d5..912fe5f 100644 > --- a/README.rdoc > +++ b/README.rdoc > @@ -33,6 +33,7 @@ These web servers include Rack handlers in their > distributions: > * Unicorn > * unixrack > * uWSGI > +* yahns > * Zbatery > > Any valid Rack app will run the same on all these handlers, without > -- > 1.8.4.483.g7fe67e6.dirty > > -- > > --- > You received this message because you are subscribed to the Google Groups > "Rack Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rack-devel+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- --- You received this message because you are subscribed to the Google Groups "Rack Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to rack-devel+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. --001a11c20daaee135604fe336526 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
accepted, thanks!


=
On Fri, Oct 18, 2013 at 12:52 PM, Eric Wong <normalperson@yhbt.net> wrote:
yahns will eventually support more than Rack= , but for now
it only knows Rack.

ref: http://yahn= s.yhbt.net/README
---
=C2=A0 Fwiw, yahns has reasonable defaults, so maybe a builtin Rack handler=
=C2=A0 is in order. =C2=A0But I'm not sure if Rack is adding support fo= r more
=C2=A0 server handlers (and I'm not sure if it's beneficial to have= two
=C2=A0 ways to configure yahns...)

=C2=A0 If you prefer: git pull git://git.bogomips.org/rack.git yahns

=C2=A0 The following changes since commit 1f47a4478546602d3c17902cc3faf42b1= 06f0638:

=C2=A0 =C2=A0 Merge pull request #606 from aweiksnar/patch-1 (2013-09-27 01= :35:33 -0700)

=C2=A0 are available in the git repository at:

=C2=A0 =C2=A0 git://git.bogomips.org/rack.git yahns

=C2=A0 for you to fetch changes up to a8b6b005b1635cd4e4880021fdf00e7d07dd7= 13c:

=C2=A0 =C2=A0 README: update to add yahns to the list of servers (2013-10-1= 8 19:46:12 +0000)

=C2=A0 ----------------------------------------------------------------
=C2=A0 Eric Wong (1):
=C2=A0 =C2=A0 =C2=A0 =C2=A0 README: update to add yahns to the list of serv= ers

=C2=A0README.rdoc | 1 +
=C2=A01 file changed, 1 insertion(+)

diff --git a/README.rdoc b/README.rdoc
index 7a3c8d5..912fe5f 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -33,6 +33,7 @@ These web servers include Rack handlers in their distribu= tions:
=C2=A0* Unicorn
=C2=A0* unixrack
=C2=A0* uWSGI
+* yahns
=C2=A0* Zbatery

=C2=A0Any valid Rack app will run the same on all these handlers, without --
1.8.4.483.g7fe67e6.dirty

--

---
You received this message because you are subscribed to the Google Groups &= quot;Rack Development" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to rack-d= evel+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--

---
You received this message because you are subscribed to the Google Groups &= quot;Rack Development" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to rack-dev= el+unsubscribe@googlegroups.com.
For more options, visit http= s://groups.google.com/d/optout.
--001a11c20daaee135604fe336526--