On Tue, 19 Jun 2001, Geoffrey Young wrote:
 
> oh, ok - I don't have to call bootstrap myself, but I still need to go
> through the rest of the excercise to load everything up, right?

depends what you mean by 'rest'.  if you follow what xs/APR/APR does, ie
link against libhttpd.so in the Makefile.PL, use the APR.pm flags trick so
symbols can be seen outside of Apache::libhttpd.so, you don't need todo
any DynaLoader fiddling.
 
> If I do that and $ENV{MOD_PERL}=1 use()ing Apache::Util seems to work ok
> except for the Apache aliases for unescape_url, etc, so I still have to
> bootstrap Apache manually I guess.

or 'use Apache ()'
 
> but since dl_install_xsub returns the coderef, isn't it more efficient to
> Apache->$coderef?

no, DynaLoader does the same thing for bootstrap.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to