Hello
>
> Is it feasible to try to use
> embperl on a hosted site that
> doesn't have mod_perl?
>

You can run Embperl as CGI. That's of course slower than using mod_perl but
it works. The current CVS version of Embperl also supports FastCGI. Since
FastCGI needs not to be compiled into the web server as mod_perl does, it
maybe a possibility if CGI gets to slow.

> In addition, adding modules
> to perl has to be done by
> putting them in a localdirectory,
> which in turn is added to
> @INC with a call to "use lib"
>

That's no problem. Embperl comes has a script embpcgi.pl which is the CGI
that is executed by the web server. Just modify it and add your use lib at
the top of this script

Gerald

P.S. The address [EMAIL PROTECTED] is for commercial support of Embperl. If you
don't want to get commercial support, please ask futher question on the
Embperl mailing list

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




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

Reply via email to