Mailing List Archive

another question...
Should have saved up all of my questions for one E-mail. :)

In /docs/2.0/user/intro/overview.html "New Hook Scheme" section,
it talks about an API change and the example uses Apache2::Hook->add,
which obviously doesn't exist.

I just wanted to double check that it should be moved to
using push_handlers() in the example and not to something from
Apache2::HookRun.

Thanks!

---------------------------------
Frank Wiles <frank@wiles.org>
http://www.wiles.org
---------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: another question... [ In reply to ]
Frank Wiles wrote:
> Should have saved up all of my questions for one E-mail. :)
>
> In /docs/2.0/user/intro/overview.html "New Hook Scheme" section,
> it talks about an API change and the example uses Apache2::Hook->add,
> which obviously doesn't exist.

yeah, though there is a META tag that indicates the functionality has yet to
be written.

>
> I just wanted to double check that it should be moved to
> using push_handlers() in the example and not to something from
> Apache2::HookRun.

well, I think there are two things going on here. the first is the hooking
mechanism in httpd proper, which is correctly explained. the second is the
idea of Apache2::Hook, which seems to indicate that you can somehow order
Perl*Handlers through add(). in reality, you can do this already by using
set_handlers() instead of push_handlers(), but the docs are kinda mixing up
two different things - the new hooking mechanism _is_ cool, but the impact
to mod_perl 2.0 users isn't all that great.

in general, I'd say to just remove that entire section, as that doc is
intended to show why mp2 is cooler than mp1 but the hook example has turned
out to really not matter all that much to the end user.

--Geoff

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: another question... [ In reply to ]
On Mon, 27 Feb 2006 09:35:52 -0500
Geoffrey Young <geoff@modperlcookbook.org> wrote:

> well, I think there are two things going on here. the first is the
> hooking mechanism in httpd proper, which is correctly explained. the
> second is the idea of Apache2::Hook, which seems to indicate that you
> can somehow order Perl*Handlers through add(). in reality, you can
> do this already by using set_handlers() instead of push_handlers(),
> but the docs are kinda mixing up two different things - the new
> hooking mechanism _is_ cool, but the impact to mod_perl 2.0 users
> isn't all that great.
>
> in general, I'd say to just remove that entire section, as that doc is
> intended to show why mp2 is cooler than mp1 but the hook example has
> turned out to really not matter all that much to the end user.

Done. On a side note, I don't seem to be getting any commit messages
depsite subscribing to the docs-cvs@perl.apache.org list. Does the
system not send you your own commit messages?

---------------------------------
Frank Wiles <frank@wiles.org>
http://www.wiles.org
---------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: another question... [ In reply to ]
> Done. On a side note, I don't seem to be getting any commit messages
> depsite subscribing to the docs-cvs@perl.apache.org list. Does the
> system not send you your own commit messages?
>

I didn't see one either...

maybe the commit mail script isn't set up right for docs-cvs. I don't know
where to look, though, but joe knows I think...

--Geoff

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: another question... [ In reply to ]
Geoffrey Young wrote:
>
>> Done. On a side note, I don't seem to be getting any commit messages
>> depsite subscribing to the docs-cvs@perl.apache.org list. Does the
>> system not send you your own commit messages?
>>
>
>
> I didn't see one either...
>
> maybe the commit mail script isn't set up right for docs-cvs. I don't know
> where to look, though, but joe knows I think...

oh, wait...

I think your post needs to be moderated, since the commit is from
fwiles@apache.org. unfortunately, I'm not a moderator for that list, so
we'll need to wait until gozer approves it.

--Geoff

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: another question... [ In reply to ]
Geoffrey Young wrote:
>
> Geoffrey Young wrote:
>
>>> Done. On a side note, I don't seem to be getting any commit messages
>>> depsite subscribing to the docs-cvs@perl.apache.org list. Does the
>>> system not send you your own commit messages?
>>
>>I didn't see one either...
>>
>>maybe the commit mail script isn't set up right for docs-cvs. I don't know
>>where to look, though, but joe knows I think...
>
> oh, wait...
>
> I think your post needs to be moderated, since the commit is from
> fwiles@apache.org. unfortunately, I'm not a moderator for that list, so
> we'll need to wait until gozer approves it.

Thanks for pointing out that I am slacking in my moderating duties ;-p You should
see many mails trickle throught in the next hour or so...

--------------------------------------------------------------------------------
Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5
http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5
Re: another question... [ In reply to ]
On Mon, 27 Feb 2006 17:34:15 -0800
"Philippe M. Chiasson" <gozer@ectoplasm.org> wrote:

> Thanks for pointing out that I am slacking in my moderating
> duties ;-p You should see many mails trickle throught in the next
> hour or so...

Already got a few from yesterday. Thanks Philippe!

---------------------------------
Frank Wiles <frank@wiles.org>
http://www.wiles.org
---------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org