Re: mod_parrot uses string_nprintf

2008-04-24 Thread Donald Hunter
On 22/04/2008, Jeff Horwitz <[EMAIL PROTECTED]> wrote: > > On Tue, 22 Apr 2008, Donald Hunter wrote: > > hi donald! > > hm, i thought i committed the fix for this, but apparently not. check out > r334 in the mod_parrot repository. Great, that fixed my build problem,

Re: mod_parrot uses string_nprintf

2008-04-23 Thread Jeff Horwitz
On Tue, 22 Apr 2008, Donald Hunter wrote: Hi, hi donald! I'm trying to build mod_parrot against Parrot 0.6.1 and have found that string_nprintf no longer exists. I see from ticket #44053 that the function was removed since it had no users. What's the preferred solution? Re

Re: mod_parrot uses string_nprintf

2008-04-22 Thread jerry gay
On Tue, Apr 22, 2008 at 6:55 AM, Donald Hunter <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to build mod_parrot against Parrot 0.6.1 and have found that > string_nprintf no longer exists. I see from ticket #44053 that the function > was removed since it had no users.

mod_parrot uses string_nprintf

2008-04-22 Thread Donald Hunter
Hi, I'm trying to build mod_parrot against Parrot 0.6.1 and have found that string_nprintf no longer exists. I see from ticket #44053 that the function was removed since it had no users. What's the preferred solution? Re-introduce string_nprintf or modify mod_parrot to use anot

Re: [perl #50064] [PATCH] call_list signature for mod_parrot

2008-01-21 Thread chromatic
On Monday 21 January 2008 07:38:10 Jeff Horwitz wrote: > This patch modifies a single NCI signature to support mod_parrot 0.4. Thanks, applied as r25518. -- c

[perl #50064] [PATCH] call_list signature for mod_parrot

2008-01-21 Thread via RT
# New Ticket Created by Jeff Horwitz # Please include the string: [perl #50064] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50064 > This patch modifies a single NCI signature to support mod_parrot 0.4.Index:

mod_parrot 0.4

2008-01-20 Thread Jeff Horwitz
From my journal: I'm pleased to announce that after 2 years of hiatus and 6 months of coding, mod_parrot 0.4 has been released. It's been worth the wait, as we now have working mod_perl6 and PHP proof-of-concepts, per-vhost interpreter pools, the framework for a more comprehensive

mod_parrot is back

2007-07-29 Thread Jeff Horwitz
thanks to the hallway track at OSCON, some help from particle, and many many tuits this weekend, mod_parrot now builds against parrot HEAD, and all tests pass. i went on hiatus way back in 2006 to wait for parrot to mature a bit, and it's amazing how much has changed since i last worked

Re: [perl #36818] [PATCH] to make mod_parrot-0.3 work

2005-08-06 Thread chromatic
On Sat, 2005-08-06 at 05:03 -0700, Lambeck wrote: > in order to make mod_parrot-0.3 work with parrot-0.2.3 there need to be some > additions to src/call_list.txt . These statements are included in the patch. > > This patch is important because otherwise the users need to patch and

[perl #36818] [PATCH] to make mod_parrot-0.3 work

2005-08-06 Thread via RT
# New Ticket Created by Lambeck # Please include the string: [perl #36818] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36818 > Hi all, in order to make mod_parrot-0.3 work with parrot-0.2.3 there need to be s

mod_parrot 0.3

2005-08-02 Thread Jeff Horwitz
i'm pleased to announce the release of mod_parrot 0.3. the most notable changes include support for all apache hooks, autogeneration of request_rec methods, and a mod_pugs proof of concept. it also supports both the new (leo-ctx5) and old calling conventions. you can download it at

Re: mod_parrot 0.2

2005-03-29 Thread Leopold Toetsch
Leopold Toetsch wrote: One thing still missing is to retrieve the current namespace inside a subroutine, which will be in RSN, e.g.: $P0 = interpinfo .INTERPINFO_CURRENT_NAMESPACE Actually it is: $P0 = interpinfo .INTERPINFO_CURRENT_SUB ns = $P0."get_name_space"() See the new tests in namespa

Re: mod_parrot 0.2

2005-03-29 Thread Jeff Horwitz
On Tue, 29 Mar 2005, Leopold Toetsch wrote: > Jeff Horwitz <[EMAIL PROTECTED]> wrote: > > mod_parrot 0.2 is now available from http://www.smashing.org/mod_parrot or > > from SVN at http://svn.perl.org/parrot-modules/mod_parrot. > > Steadily evolving, great. > > &g

Re: mod_parrot 0.2

2005-03-29 Thread Leopold Toetsch
Jeff Horwitz <[EMAIL PROTECTED]> wrote: > mod_parrot 0.2 is now available from http://www.smashing.org/mod_parrot or > from SVN at http://svn.perl.org/parrot-modules/mod_parrot. Steadily evolving, great. > major changes include support for parrot 0.1.2 (phoenix), the beginning

mod_parrot 0.2

2005-03-28 Thread Jeff Horwitz
mod_parrot 0.2 is now available from http://www.smashing.org/mod_parrot or from SVN at http://svn.perl.org/parrot-modules/mod_parrot. major changes include support for parrot 0.1.2 (phoenix), the beginnings of a thread-safe interpreter pool, support for more apache hooks, updated documentation

Re: [perl #33191] [PATCH] to make mod_parrot-0.1 work

2004-12-28 Thread Nicholas Clark
On Sun, Dec 26, 2004 at 03:31:14AM -0800, Lambeck wrote: > Hi all, > in order to make mod_parrot-0.1 work with parrot-0.1.1 there need to be some > additions in src/call_list.txt . These statements are included in the patch. Thanks, applied. Nicholas Clark

[perl #33191] [PATCH] to make mod_parrot-0.1 work

2004-12-26 Thread via RT
# New Ticket Created by Lambeck # Please include the string: [perl #33191] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=33191 > Hi all, in order to make mod_parrot-0.1 work with parrot-0.1.1 there need to be s

mod_parrot 0.1

2004-11-03 Thread Jeff Horwitz
I've just released mod_parrot 0.1. As I noted in my previous post a few weeks ago, it now supports authentication handlers. Other major changes include a testing framework (using Apache::Test), access to Apache constants, and POD documentation. You can download it here: http://www.smashin

mod_parrot 0.0

2004-09-20 Thread Jeff Horwitz
i've just uploaded the mod_parrot source: http://www.smashing.org/mod_parrot/dist/mod_parrot-0.0.tar.gz this initial release allows you to register a parrot content handler and encapsulates apache's request_rec structure in a parrot object. unlike the original version, the current

mod_parrot progress

2004-09-07 Thread Jeff Horwitz
i've made some good progress on mod_parrot. since so much has changed in the past year, i decided to rewrite the thing from scratch. here's what i've been able to implement so far: * rewrite for apache 2 (might as well start with the latest) * per-process interpreter persistence

Re: Breathing new life into mod_parrot

2004-08-25 Thread Jeff Horwitz
> I caught up with Kevin on irc (#parrot on irc.perl.org, for anyone > who cares :) and he lacks the tuits to do anything with it. now that the summer is winding down, i've got plenty of those. so i guess that's me volunteering. -jeff

Re: Breathing new life into mod_parrot

2004-08-25 Thread Dan Sugalski
At 4:11 PM -0400 8/25/04, Jeff Horwitz wrote: kevin falcone gave a short mod_parrot talk at YAPC this year. does he want to lay some claim to it? i'd be willing to pick it up if nobody else speaks up -- a decision i'm sure to regret... ;-) I caught up with Kevin on irc (#parrot on ir

Re: Breathing new life into mod_parrot

2004-08-25 Thread Jeff Horwitz
kevin falcone gave a short mod_parrot talk at YAPC this year. does he want to lay some claim to it? i'd be willing to pick it up if nobody else speaks up -- a decision i'm sure to regret... ;-) on a related note, last year i wrote extproc_parrot, which lets you call parrot byte

Breathing new life into mod_parrot

2004-08-25 Thread Dan Sugalski
Okay, here's the scoop. Ages ago, Clever People whipped up mod_parrot, an apache module that embedded parrot. This was really cool. Alas, Parrot wasn't up to snuff at the time, and the project languished. This wasn't cool, but neither was it unsurprising. I think we'r

Re: Questions about Embedding Parrot / mod_parrot

2004-05-25 Thread Leopold Toetsch
Chromatic <[EMAIL PROTECTED]> wrote: > On Mon, 2004-05-24 at 03:43, Leopold Toetsch wrote: >> Yep. The main problem is that by far not all internal code paths are >> using exceptions so that you could interfer the exit handling. This >> needs of course being fixed somewhen. > Is this as simple an

Re: Questions about Embedding Parrot / mod_parrot

2004-05-24 Thread chromatic
On Mon, 2004-05-24 at 03:43, Leopold Toetsch wrote: > Yep. The main problem is that by far not all internal code paths are > using exceptions so that you could interfer the exit handling. This > needs of course being fixed somewhen. Is this as simple and tedious as replacing all Parrot_exit() cal

Re: Questions about Embedding Parrot / mod_parrot

2004-05-24 Thread Leopold Toetsch
Paul Querna <[EMAIL PROTECTED]> wrote: > I have started work on building a new Apache 2.0 Module to run Parrot. > 1) Parrot_exit() - This is used in many places after an error occurs. > This function calls any exit callbacks previously entered, and then > calls exit(). This is horrible from

Questions about Embedding Parrot / mod_parrot

2004-05-23 Thread Paul Querna
Hello, I just started hacking on Parrot Yesterday, so if some of these questions have easy answers, please point me in the right direction.(I have read most of the PDDS / fair ammount of the other PODs). I have started work on building a new Apache 2.0 Module to run Parrot. The old

Re: Activity on mod_parrot?

2003-08-25 Thread Kevin Falcone
>>>>> "TF" == Tim Fries <[EMAIL PROTECTED]> writes: TF> Has there been any active development on mod_parrot since last TF> year? active, no. I was consumed with the last 9 months of school. TF> The CVS on perl.org seems to have lost steam on the projec

Activity on mod_parrot?

2003-08-20 Thread Tim Fries
Greetings, Has there been any active development on mod_parrot since last year? The CVS on perl.org seems to have lost steam on the project 11 months ago. This is an area I'm interested in tinkering around with a bit to get to learn Parrot better and possibly be useful at the same time, b

mod_parrot update

2001-12-01 Thread Robert Spier
With a little bit of substitution magic, a serious abuse of dynamic linking, a count or two of using static data improperly, mod_parrot can now have scripts which output to the users' web browser. I think they're coming to take me away... put me in a little blue room for a while.

mod_parrot (was Re: Schedule of things to come)

2001-10-28 Thread Robert Spier
> So I know for the first-stage rollout, does Apache's module system support > Apache managing filehandles and modules calling apache's I/O routines, or > does it just do weird magic with I/O on normal filehandles? I'm pretty sure that for a simple implementation, we only need to worry about "

mod_parrot

2001-09-15 Thread Ask Bjoern Hansen
Robert Spier and I just had some fun. Parrot for Apache. :-) http://cvs.perl.org/cvsweb/mod_parrot/ It's really simplistic and doesn't actually work. As Robert just told me, it'll be really ugly to get to actually send stuff back to the browser until Parrot has some kind of re