Re: Some Requests from Rakudo

2011-08-21 Thread Andrew Whitworth
On Fri, Aug 19, 2011 at 7:38 AM, Patrick R. Michaud wrote: > FWIW, I think a useful place to start playing with threading in > Rakudo would be the hyperoperators.  In src/core/metaops.pm there's > a multi sub hyper(\$op, \$obj) that performs an operation ($op) on > all of the elements of the list

Re: Some Requests from Rakudo

2011-08-19 Thread Patrick R. Michaud
FWIW, here are a few of my thoughts on these items. On Wed, Aug 17, 2011 at 04:01:23AM -0700, Christoph Otto wrote: > 1) Threading - this isn't a pressing concern right now, but we'll need >to something about it in the near future. nine, (a.k.a. Stefan >Seifert) dropped by #parrot and is

Re: Some Requests from Rakudo

2011-08-18 Thread Stefan Seifert
On Wednesday 17 August 2011 11:24:54 Peter Lobsinger wrote: > Summary: give me half of a threading implementation, and I can supply > you with a decent AIO alternative and a straightforward means of > creating webapps. Just wanted to let you know that I just joined the Parrot effort with the goal

Re: Some Requests from Rakudo

2011-08-17 Thread Peter Lobsinger
On Wed, Aug 17, 2011 at 7:01 AM, Christoph Otto wrote: > Earlier today at YAPC::EU, jnthn mentioned a number of features and > needs that would be especially helpful to Rakudo.  I though I ought to > relay those items.  They are as follows. > > 1) Threading > 2) Asynchronous I/O People have come