[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Mod_Perl
- Subject: Re: [cobalt-users] Mod_Perl
- From: "Brian Busche" <webmaster@xxxxxxxxxxxxx>
- Date: Mon Mar 6 10:29:53 2000
- Organization: Rendition Multimedia, Inc.
Thanks Larry,
Everything is running great and I appreciate your help. I am running a Perl
search engine called Hyperseek (www.hyperseek.com) and I needed to use
mod_perl to try to increase performance. The results were less impressive
than I had expected but a worth while experience. I installed Cobalt's
MySQL rpm and have begun using hyperseek with an SQL database. That made a
big performance increase. Somebody from the users group made the comment
that the RAQ is a webserver, not an application server. I guess I am
learning that the hard way, this hyperseek product can max the CPU very
easily.
Brian
----- Original Message -----
From: Larry Nedry <admin@xxxxxxxxxxxxxx>
To: Brian Busche <brian@xxxxxxxxxxxxx>
Cc: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, March 01, 2000 3:22 PM
Subject: Re: [cobalt-users] Mod_Perl
> This command uses apxs to create a DSO module. Type it in just as you see
> it (everything after the # prompt including the backslash). The
backslash,
> btw, means that the command will be continued on the next line. You could
> alternately type it all on one line without the backslash.
>
> For more information take a look at the docs:
> http://perl.apache.org/guide/install.html#Build_mod_perl_as_DSO_outside_Ap
>
>
> On 2/28/00 at 6:43 PM you wrote:
> > The only part I don't quite understand is:
> >
> >> # perl Makefile.PL \
> >> # USE_APXS=1 \
> >> # WITH_APXS=/usr/sbin/apxs \
> >> # NO_HTTPD=1 \
> >> # EVERYTHING=1 \
> >> # [...]
> >> # make && make install
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>