>I'm using embperl-2.0.b8. I have a question about the embperl object
application.
>I have implemented a subroutine DESTROY as destructor of that object
application.
>I'm not shure when that destructor will be called. In embperl.log i see
when the object
>will be called but not when it will be des
> 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 ru
> I have an orderheader with a couple of orderlines.
>
> I want to process the whole array of orderlines at once.
>
> As far as I can tell the only way is to loop through the resultset and
fill
> a new array from that. Is that correct, or does a more direct way exist.
>
> To be more specific - I
> Thanks for the quick response. I went back to using Apache2. Attached
> is the output stream.
>
Makefile.PL normaly finds Apache 2 automaticly. If you have to enter a path,
then already something has gone wrong...
Did you install mod_perl 2 already? If yes, with which options to
Makefile.
> At Tue, 24 Sep 2002 05:22:58 +0200, Gerald Richter wrote:
> > BTW. Some parts of Embperl fails with Perl 5.8.0, that will be fixed
ASAP
>
> do you know what the problem is?
>
> i had a look this morning (with embperl 1.3.4), and it seems to only
> cause problems with the input.htm `'
> tests (no
Hello all!
I have recently upgraded Apache from 2.0.39 to .40
(w/ the subsequent recompilation of modperl 2 and Embperl 2.0b8) and, with the
same configuration that previously worked perfectly, I now receive an error from
apache saying
Invalid command 'Embperl_UseEnv', perhaps
mis-spelle
At Tue, 24 Sep 2002 07:44:29 GMT, Kaare Rasmussen wrote:
> 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 pr
Embperl-2.0b8
base.epl:
-
test
[- Execute('*'); -]
-
index.html:
---
> 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.
Thanks. I will try that out.
> Which parameters do give to Apache::SessionX Makefile.PL ?
I found an old message about the sa
I am using cookie-less-sessions with Embperl-2.0b8. This works ok, but I
always have sessions, even if I didn't use %udat. I am trying to have a web
site that doesn't use sessions until you log in, then uses sessions and
if you logout it gets rid of the session again. This seems to work fine with
Hello.
I'm using embperl-2.0.b8. I have a question about the embperl object application.
I have implemented a subroutine DESTROY as destructor of that object application.
I'm not shure when that destructor will be called. In embperl.log i see when the object
will be called but not when it will be
11 matches
Mail list logo