You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Hemali Desai <He...@originindia.com> on 2002/08/02 08:24:08 UTC

Need Help

Hi,

   I am subscribed to the embperl mailing list.

I have some questions.

Is EmbPerl the best source for doing Session Management on linux/Unix
servers using Apache as Web or App Server.?
Can EmbPerl be used with ActivePerl and Apache.

My site is installed on Linux and uses Apache as App Server. I have to
provide session management and it's to be done using CGI/Perl. Can you let
me know the best approach. Also details about how to configure Embperl with
apache and how to be done with Normal Perl.

Please provide me the guidance to solve my above problem.

Thanks,
Hemali.



Re: Need Help

Posted by "Luiz Fernando B. Ribeiro" <li...@athome.pro.br>.
Hi Hemali,

Resposta a sua mensagem de sexta-feira, 2 de agosto de 2002:

Hemali> Hi,

Hemali>    I am subscribed to the embperl mailing list.

Hemali> I have some questions.

Hemali> Is EmbPerl the best source for doing Session Management on linux/Unix
Hemali> servers using Apache as Web or App Server.?
Hemali> Can EmbPerl be used with ActivePerl and Apache.

If you are looking just for a Session management system you should
look at other solutions since for plain CGI/Perl you will not be
using all the cool features Embperl provides and under CGI Embperl
will cause a big overhead on the server.

I would recommend you the mod_perl/EmbperlObject solution as the
framework to build your application but if you need just a way to
do some simple Session management for CGI apps you should look in CPAN
here:
http://www.cpan.org/modules/by-module/CGI/

Embperl is a very powerful solution but requires full access to the
the server to be installed.

In case you can't find any suitable module for your needs in CPAN I
have a simple module for CGI session management that I can send you.

Maybe you should explain your needs better...

Good luck,

Luiz Fernando B. Ribeiro
Engenho Soluções para a Internet
luiz@engenhosolucoes.com.br


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


Re: Need Help

Posted by Éderson Marcos Ferreira <ed...@hotmail.com>.
Need HelpHi Hemali,

About yours questions, the EmbPerl is the best source code  for doing Session in Management, because the code of an .epl is cached in Apache::Registry but using with mod_perl.

Firstly, you will be obligation do the download of some modules:

Mod_perl, for work with EmbPerl and the proper Embperl. In site of http://perl.apache.org and http://perl.apache.org/embperl yonder of proper Perl.

Every the details of installation to be in files of modules. But the order of installation of modules have that to be:
    1 - Mod_Perl;
    2 - EmbPerl (packages that his compose);

#########################################
Éderson Marcos Ferreira
CPqD - Telecom & IT Solutiuons
Campinas - Saint Paul - Brazil
+55 19 37054183
#########################################





----- Original Message ----- 
  From: Hemali Desai 
  To: embperl@perl.apache.org 
  Sent: Friday, August 02, 2002 3:24 AM
  Subject: Need Help


  Hi, 

     I am subscribed to the embperl mailing list. 

  I have some questions. 

  Is EmbPerl the best source for doing Session Management on linux/Unix servers using Apache as Web or App Server.? 
  Can EmbPerl be used with ActivePerl and Apache. 

  My site is installed on Linux and uses Apache as App Server. I have to provide session management and it's to be done using CGI/Perl. Can you let me know the best approach. Also details about how to configure Embperl with apache and how to be done with Normal Perl.

  Please provide me the guidance to solve my above problem. 

  Thanks, 
  Hemali.