rack-devel archive mirror (unofficial) https://groups.google.com/group/rack-devel
 help / color / mirror / Atom feed
* [PATCH] README: update to add yahns to the list of servers
@ 2013-10-18 19:52 Eric Wong
  2014-07-15  3:56 ` James Tucker
  0 siblings, 1 reply; 7+ messages in thread
From: Eric Wong @ 2013-10-18 19:52 UTC (permalink / raw)
  To: rack-devel

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.

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] README: update to add yahns to the list of servers
  2013-10-18 19:52 [PATCH] README: update to add yahns to the list of servers Eric Wong
@ 2014-07-15  3:56 ` James Tucker
  2014-07-15 21:24   ` Eric Wong
  0 siblings, 1 reply; 7+ messages in thread
From: James Tucker @ 2014-07-15  3:56 UTC (permalink / raw)
  To: rack-devel

[-- Attachment #1: Type: text/plain, Size: 2152 bytes --]

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://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.

[-- Attachment #2: Type: text/html, Size: 3209 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] README: update to add yahns to the list of servers
  2014-07-15  3:56 ` James Tucker
@ 2014-07-15 21:24   ` Eric Wong
  2014-07-17 21:17     ` James Tucker
  0 siblings, 1 reply; 7+ messages in thread
From: Eric Wong @ 2014-07-15 21:24 UTC (permalink / raw)
  To: rack-devel

James Tucker <jftucker@gmail.com> wrote:
> accepted, thanks!

Awesome, I'm also thinking about removing zbatery and Rainbows!  from
the list since they're too much work to configure and probably too
confusing for new users.

I'll still support zbatery/Rainbows! as far as bug reports and new
Ruby/Rack versions go, but I don't think there's much more to do given
the stalling of EM and my love for one-shot-based multithreading...

-- 

--- 
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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] README: update to add yahns to the list of servers
  2014-07-15 21:24   ` Eric Wong
@ 2014-07-17 21:17     ` James Tucker
  2014-08-04  9:08       ` [PATCH] README: remove Rainbows! and Zbatery from server list Eric Wong
  0 siblings, 1 reply; 7+ messages in thread
From: James Tucker @ 2014-07-17 21:17 UTC (permalink / raw)
  To: rack-devel

[-- Attachment #1: Type: text/plain, Size: 1247 bytes --]

On Tue, Jul 15, 2014 at 2:24 PM, Eric Wong <e@80x24.org> wrote:

> James Tucker <jftucker@gmail.com> wrote:
> > accepted, thanks!
>
> Awesome, I'm also thinking about removing zbatery and Rainbows!  from
> the list since they're too much work to configure and probably too
> confusing for new users.
>
> I'll still support zbatery/Rainbows! as far as bug reports and new
> Ruby/Rack versions go, but I don't think there's much more to do given
> the stalling of EM and my love for one-shot-based multithreading...
>

Nod. We could start a "historical" list or the like, and move other
no-longer-an-ideal-choice things there, like Mongrel.


>
> --
>
> ---
> 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.
>

-- 

--- 
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.

[-- Attachment #2: Type: text/html, Size: 2156 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] README: remove Rainbows! and Zbatery from server list
  2014-07-17 21:17     ` James Tucker
@ 2014-08-04  9:08       ` Eric Wong
  2015-03-01 10:19         ` Eric Wong
  0 siblings, 1 reply; 7+ messages in thread
From: Eric Wong @ 2014-08-04  9:08 UTC (permalink / raw)
  To: rack-devel

While they remain supported as far as bug/compatibility fixes go,
they're too much work to configure and probably too confusing for
new users unfamiliar with Rack.
---
  http://bogomips.org/rack.git/patch?id=5ac3cc77c0aac30e7

  James Tucker <jftucker@gmail.com> wrote:
  > Nod. We could start a "historical" list or the like, and move other
  > no-longer-an-ideal-choice things there, like Mongrel.

  I'll let you and others make the choices for other servers, but I
  dropped these two since I didn't want to decide where to put
  historical section.

 README.rdoc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.rdoc b/README.rdoc
index d5bd6d2..432cd95 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -28,13 +28,11 @@ These web servers include Rack handlers in their distributions:
 * Glassfish v3
 * Phusion Passenger (which is mod_rack for Apache and for nginx)
 * Puma
-* Rainbows!
 * Reel
 * Unicorn
 * unixrack
 * uWSGI
 * yahns
-* Zbatery
 
 Any valid Rack app will run the same on all these handlers, without
 changing anything.
-- 
EW

-- 

--- 
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.

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] README: remove Rainbows! and Zbatery from server list
  2014-08-04  9:08       ` [PATCH] README: remove Rainbows! and Zbatery from server list Eric Wong
@ 2015-03-01 10:19         ` Eric Wong
  2015-03-01 14:37           ` Santiago Pastorino
  0 siblings, 1 reply; 7+ messages in thread
From: Eric Wong @ 2015-03-01 10:19 UTC (permalink / raw)
  To: rack-devel

Ping!  Can somebody please apply this?  Thanks.

Eric Wong <e@80x24.org> wrote:
> While they remain supported as far as bug/compatibility fixes go,
> they're too much work to configure and probably too confusing for
> new users unfamiliar with Rack.
> ---
>   http://bogomips.org/rack.git/patch?id=5ac3cc77c0aac30e7
> 
>   James Tucker <jftucker@gmail.com> wrote:
>   > Nod. We could start a "historical" list or the like, and move other
>   > no-longer-an-ideal-choice things there, like Mongrel.
> 
>   I'll let you and others make the choices for other servers, but I
>   dropped these two since I didn't want to decide where to put
>   historical section.
> 
>  README.rdoc | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/README.rdoc b/README.rdoc
> index d5bd6d2..432cd95 100644
> --- a/README.rdoc
> +++ b/README.rdoc
> @@ -28,13 +28,11 @@ These web servers include Rack handlers in their distributions:
>  * Glassfish v3
>  * Phusion Passenger (which is mod_rack for Apache and for nginx)
>  * Puma
> -* Rainbows!
>  * Reel
>  * Unicorn
>  * unixrack
>  * uWSGI
>  * yahns
> -* Zbatery
>  
>  Any valid Rack app will run the same on all these handlers, without
>  changing anything.
> -- 
> EW

-- 

--- 
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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] README: remove Rainbows! and Zbatery from server list
  2015-03-01 10:19         ` Eric Wong
@ 2015-03-01 14:37           ` Santiago Pastorino
  0 siblings, 0 replies; 7+ messages in thread
From: Santiago Pastorino @ 2015-03-01 14:37 UTC (permalink / raw)
  To: rack-devel

Done, thanks!

On Sun, Mar 1, 2015 at 8:19 AM, Eric Wong <e@80x24.org> wrote:
> Ping!  Can somebody please apply this?  Thanks.
>
> Eric Wong <e@80x24.org> wrote:
>> While they remain supported as far as bug/compatibility fixes go,
>> they're too much work to configure and probably too confusing for
>> new users unfamiliar with Rack.
>> ---
>>   http://bogomips.org/rack.git/patch?id=5ac3cc77c0aac30e7
>>
>>   James Tucker <jftucker@gmail.com> wrote:
>>   > Nod. We could start a "historical" list or the like, and move other
>>   > no-longer-an-ideal-choice things there, like Mongrel.
>>
>>   I'll let you and others make the choices for other servers, but I
>>   dropped these two since I didn't want to decide where to put
>>   historical section.
>>
>>  README.rdoc | 2 --
>>  1 file changed, 2 deletions(-)
>>
>> diff --git a/README.rdoc b/README.rdoc
>> index d5bd6d2..432cd95 100644
>> --- a/README.rdoc
>> +++ b/README.rdoc
>> @@ -28,13 +28,11 @@ These web servers include Rack handlers in their distributions:
>>  * Glassfish v3
>>  * Phusion Passenger (which is mod_rack for Apache and for nginx)
>>  * Puma
>> -* Rainbows!
>>  * Reel
>>  * Unicorn
>>  * unixrack
>>  * uWSGI
>>  * yahns
>> -* Zbatery
>>
>>  Any valid Rack app will run the same on all these handlers, without
>>  changing anything.
>> --
>> EW
>
> --
>
> ---
> 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.

-- 

--- 
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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-03-01 14:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-18 19:52 [PATCH] README: update to add yahns to the list of servers Eric Wong
2014-07-15  3:56 ` James Tucker
2014-07-15 21:24   ` Eric Wong
2014-07-17 21:17     ` James Tucker
2014-08-04  9:08       ` [PATCH] README: remove Rainbows! and Zbatery from server list Eric Wong
2015-03-01 10:19         ` Eric Wong
2015-03-01 14:37           ` Santiago Pastorino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).