rack-devel archive mirror (unofficial) https://groups.google.com/group/rack-devel
 help / color / mirror / Atom feed
* Rack 2 (rack-devel@googlegroups.com)
@ 2013-07-04 23:59 James Tucker (Google Drive)
  2013-07-05  0:32 ` Oscar Del Ben
  2013-07-06  3:32 ` Eric Wong
  0 siblings, 2 replies; 5+ messages in thread
From: James Tucker (Google Drive) @ 2013-07-04 23:59 UTC (permalink / raw)
  To: rack-devel

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

I've shared an item with you:

Rack 2
https://docs.google.com/document/d/1Ltwk-NJeJHIZy7yqLi5XBxAnclRqWwOQBOzb4EYJGO4/edit?usp=sharing

It's not an attachment -- it's stored online. To open this item, just click  
the link above.

This is a straw man start of the Rack 2 design doc / todo list. Anyone on  
rack-devel can comment, rack-core can edit. Have at it.

-- 

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



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

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

* Re: Rack 2 (rack-devel@googlegroups.com)
  2013-07-04 23:59 Rack 2 (rack-devel@googlegroups.com) James Tucker (Google Drive)
@ 2013-07-05  0:32 ` Oscar Del Ben
  2013-07-06  3:22   ` Eric Wong
  2013-07-06  3:32 ` Eric Wong
  1 sibling, 1 reply; 5+ messages in thread
From: Oscar Del Ben @ 2013-07-05  0:32 UTC (permalink / raw)
  To: rack-devel

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

What are the guidelines for contributing to rack 2.0? I.E. where would we
point PR to?
On Jul 4, 2013 4:59 PM, "James Tucker (Google Drive)" <jftucker@gmail.com>
wrote:

> I've shared an item with you.
>
> This is a straw man start of the Rack 2 design doc / todo list. Anyone on rack-devel can comment, rack-core can edit. Have at it.
>
> [image: Document] Rack 2<https://docs.google.com/document/d/1Ltwk-NJeJHIZy7yqLi5XBxAnclRqWwOQBOzb4EYJGO4/edit?usp=sharing>
> Google Drive: create, share, and keep all your stuff in one place. [image:
> Logo for Google Drive] <https://drive.google.com>
>
> --
>
> ---
> 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/groups/opt_out.



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

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

* Re: Rack 2 (rack-devel@googlegroups.com)
  2013-07-05  0:32 ` Oscar Del Ben
@ 2013-07-06  3:22   ` Eric Wong
  0 siblings, 0 replies; 5+ messages in thread
From: Eric Wong @ 2013-07-06  3:22 UTC (permalink / raw)
  To: rack-devel

Oscar Del Ben <oscar@oscardelben.com> wrote:
> What are the guidelines for contributing to rack 2.0? I.E. where would we
> point PR to?

I strongly prefer patches/pull-requests continue to be accepted on the
mailing list (and not dependent on single-vendor tools like GH).

-- 

--- 
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	[flat|nested] 5+ messages in thread

* Re: Rack 2 (rack-devel@googlegroups.com)
  2013-07-04 23:59 Rack 2 (rack-devel@googlegroups.com) James Tucker (Google Drive)
  2013-07-05  0:32 ` Oscar Del Ben
@ 2013-07-06  3:32 ` Eric Wong
  2013-07-10  2:18   ` James Tucker
  1 sibling, 1 reply; 5+ messages in thread
From: Eric Wong @ 2013-07-06  3:32 UTC (permalink / raw)
  To: rack-devel

"James Tucker (Google Drive)" <jftucker@gmail.com> wrote:
> This is a straw man start of the Rack 2 design doc / todo list.

I think small, gradual improvements are the way to go.

That said, I think everything on the list seams reasonable.

Am I correct the input body will remain IO-like (and not
callback-driven, so evented servers can avoid buffering the body?)
Likewise for streaming responses via response_body.each

Those would be the only major API/design change/incompatibilities I can
think of, but perhaps theyd'd break too much existing code to be called
Rack.

-- 

--- 
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	[flat|nested] 5+ messages in thread

* Re: Rack 2 (rack-devel@googlegroups.com)
  2013-07-06  3:32 ` Eric Wong
@ 2013-07-10  2:18   ` James Tucker
  0 siblings, 0 replies; 5+ messages in thread
From: James Tucker @ 2013-07-10  2:18 UTC (permalink / raw)
  To: rack-devel

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

On Fri, Jul 5, 2013 at 8:32 PM, Eric Wong <normalperson@yhbt.net> wrote:

> "James Tucker (Google Drive)" <jftucker@gmail.com> wrote:
> > This is a straw man start of the Rack 2 design doc / todo list.
>
> I think small, gradual improvements are the way to go.
>
> That said, I think everything on the list seams reasonable.
>
> Am I correct the input body will remain IO-like (and not
> callback-driven, so evented servers can avoid buffering the body?)
> Likewise for streaming responses via response_body.each
>

On input, almost certainly.

I'm quite unhappy with the streaming output complexities today, though. I
want to try out some APIs and see which will be reasonable for real world
use. I certainly want to avoid making changes unless there are significant
benefits, and I also don't want to add excessive complexity to the trivial
cases for the sake of these "modern" special cases.

Those would be the only major API/design change/incompatibilities I can
> think of, but perhaps theyd'd break too much existing code to be called
> Rack.
>

I'm also considering some forward looking changes to the env hash,
particularly in light of how some things may change with http 2, and also
with an eye to increasing efficiency for servers/parsers populating these
structures.


>
> --
>
> ---
> 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/groups/opt_out.



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

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

end of thread, other threads:[~2013-07-10  2:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-04 23:59 Rack 2 (rack-devel@googlegroups.com) James Tucker (Google Drive)
2013-07-05  0:32 ` Oscar Del Ben
2013-07-06  3:22   ` Eric Wong
2013-07-06  3:32 ` Eric Wong
2013-07-10  2:18   ` James Tucker

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