On Apr 18, 2013, at 8:27 AM, Matteo Collina <matteo.coll...@gmail.com> wrote:

> 2013/4/17 Kevin Swiber <kswi...@gmail.com>
> 
> I'm not too keen on putting limited WIP measures into Pipeworks, but it's 
> certainly something one could build on top of it.  (In fact, you could 
> probably refactor your kanban project to use it if there's any benefit).
> 
> Here's a naive limited WIP system with pipeworks (to throttle my daily food 
> intake): https://gist.github.com/kevinswiber/5406705
> 
> Nice, but my library is much more performant for implementing wip.
> Your system is poll-based, as it checks at given intervals if there is 
> capacity, and then it push.
> In kanban it is the receiving task that "pulls" form the previous one the 
> moment there is new capacity.
> Streams2 are also pull-based.


Oh, sure.  I wasn't claiming superior pull-based performance with that hacked 
together gist.  I just wanted to queue some tacos for fun.

Kanban's cool.  I can dig it.  Starred and watched. :)


-- 
Kevin Swiber
@kevinswiber
https://github.com/kevinswiber

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to