> > There are _no_ default, because I can't know how your system looks like.
You
> > have to set the following two configuration directives. The easiest
thing is
> > to put this piece of code at the top of your embpcgi.pl:
> >
> > BEGIN
> >     {
> >     $ENV{EMBPERL_SESSION_CLASSES} = "DBIStore SysVSemaphoreLocker" ;
> >     $ENV{EMBPERL_SESSION_ARGS}    = "DataSource=dbi:mysql:session
> > UserName=test" ;
> >     } ;

when i tried this, first i got:

<apachelog>
[29538]ERR:  24: Line 1: Error in Perl code: semget not implemented at
/usr/local/lib/perl5/5.00502/IPC/Semaphore.pm line 38.
</apachelog>

then i updated Digest::MD5 using CPAN, which then gave me this:

<apachelog>
panic: restartop
panic: POPSTACK
Callback called exit.
[Tue Aug  1 06:55:14 2000] access to /usr/www/jbrisbin/httpd/cgi-bin/epl
failed for 207-50-164-132.dial-up.ipa.net, reason: Premature end of script
headers
</apachelog>

what other locking schemes (read: what is the syntax to use :-) are there
for DBIStore??  i can use file storage just as easy if there's a different
way to do locking than just Semaphore...

jb


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

Reply via email to