perl-embperl mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From "Gerald Richter" <rich...@ecos.de>
Subject Re: Session support
Date Wed, 25 Sep 2002 14:06:53 GMT


> I'm trying to set up session support for Embperl.
>
> I'd like to use Postgres, so my application can scale better. But it seems
> that it uses semaphores for locking, and that the semaphores is placed on
> Apache's side. Wouldn't this prevent me from using two or more Apache
> servers from runing the same application with one database server?
>

Yes, but you don't need any locking for Postgres. Use the Null locker,
Postgres itself takes care for data integrity. Then you can use it across
multiple Apaches.

> But my current question is that I get a strange error. After fighting off
> semaphore and other problems, I'm stuck with this:
>
> [2811]ERR: 24: Error in Perl code: DBD::Pg::st execute failed: ERROR:
> Unterminated quoted string at
> /usr/lib/perl5/site_perl/5.6.1/Apache/Session/Store/DBI.pm line 42.
>
>

Which parameters do give to Apache::SessionX Makefile.PL ?

Does make test runs ok for Apache::SessionX?

Gerald




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


Mime
View raw message