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.
>
> > major changes include support for parrot 0.1.2 (phoenix), the beginnings
> > of a thread-safe interpreter pool,
>
> Didn't find the latter.

it's buried in context.c, and it doesn't really work yet.  i just needed
to get rid of globals and abstract the selection of the interpreter before
things got too complicated.  we'll flesh it out more when we start using
threaded MPMs.  right now we're making sure everything works in prefork.

> BTW. I saw your remark WRT namespaces. Nested namespaces should work
> now: see t/pmc/namespace.t

excellent!  didn't catch that one before.

> 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

that would certainly be helpful.  thanks for the hints!

-jeff

Reply via email to