Re: mod_perl6 update

2007-09-08 Thread Ron Blaschke
Jeff Horwitz wrote: > It gives me great pleasure to introduce you to the world's first > mod_perl6 handlers! They are run using Parrot's Perl6 compiler on top > of mod_parrot, and are compiled on the fly the first time a handler is > called. Each handler is passed an [Apache;RequestRec] object >

Re: mod_perl6 update

2007-09-06 Thread Andy Lester
http://perlbuzz.com/project-hum/2007/09/first-mod-perl6-handlers.html -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: mod_perl6 update

2007-09-06 Thread Nikolay Ananiev
You've hit different child processes. "James E Keenan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jeff Horwitz wrote: > > > > > Counter: http://www.smashing.org/sandbox/perl6-handlers/counter > > > > > > When I first clicked on this link, the counter stood at 30. Then, when > I

Re: mod_perl6 update

2007-09-06 Thread James E Keenan
Jeff Horwitz wrote: Counter: http://www.smashing.org/sandbox/perl6-handlers/counter When I first clicked on this link, the counter stood at 30. Then, when I hit the Refresh button, it surprised me by jumping directly to 45. Subsequent refreshes incremented the counter by 1, as I would

Re: mod_perl6 update

2007-09-06 Thread Paul Cochrane
On 05/09/07, Jeff Horwitz <[EMAIL PROTECTED]> wrote: > It gives me great pleasure to introduce you to the world's first mod_perl6 > handlers! They are run using Parrot's Perl6 compiler on top of > mod_parrot, and are compiled on the fly the first time a handler is > called. Each handler is passed

mod_perl6 update

2007-09-06 Thread Jeff Horwitz
It gives me great pleasure to introduce you to the world's first mod_perl6 handlers! They are run using Parrot's Perl6 compiler on top of mod_parrot, and are compiled on the fly the first time a handler is called. Each handler is passed an [Apache;RequestRec] object instantiated by mod_parrot