Re: basic mp questions

2007-09-27 Thread Frank Wiles
On Wed, 26 Sep 2007 16:38:03 +0800 lists user [EMAIL PROTECTED] wrote: Hello, I'm reading the documents about modperl and C API for Apache.I have several questions again,thanks for any helps in advance. 1) what're the advantage of C modules than modperl modules?and what're the advantage

basic mp questions

2007-09-26 Thread lists user
Hello, I'm reading the documents about modperl and C API for Apache.I have several questions again,thanks for any helps in advance. 1) what're the advantage of C modules than modperl modules?and what're the advantage of modperl modules than C's? 2) Where in startup.pl,I wrote, #startup.pl use

Re: basic mp questions

2007-09-26 Thread Anthony Gardner
I think you're a bit confused here. Are you writing C programs or Perl programs? There's an API to mod_perl for C programs and an API to mod_perl for Perl programs. The whole point of use MIME::Base64 (); in startup.pl is so as NOT to import everything from a particular package. The point of

Re: basic mp questions

2007-09-26 Thread Perrin Harkins
On 9/26/07, lists user [EMAIL PROTECTED] wrote: 1) what're the advantage of C modules than modperl modules?and what're the advantage of modperl modules than C's? You can just look at any Perl vs C discussion for the answer to this. from the documents I know that in Mymodule MIME::Base64 won't