Re: question about embperl object application

2002-09-25 Thread Gerald Richter
>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

Re: Session support

2002-09-25 Thread Gerald Richter
> 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

Re: DBIx::Recordset array

2002-09-25 Thread Gerald Richter
> 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

Re: Apache::src not available during Embperl install

2002-09-25 Thread Gerald Richter
> 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.

Re: perl 5.8

2002-09-25 Thread Gerald Richter
> 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

Problem starting Apache w/ mod_perl2 + Embperl 2.0b8

2002-09-25 Thread Adrian Ghizaru
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

Re: Session support

2002-09-25 Thread Angus Lees
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

Buglet with img tags

2002-09-25 Thread Jochen Topf
Embperl-2.0b8 base.epl: - test [- Execute('*'); -] - index.html: ---

Re: Session support

2002-09-25 Thread Kaare Rasmussen
> 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

cookie-less sessions

2002-09-25 Thread Jochen Topf
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

question about embperl object application

2002-09-25 Thread Leideck, Wolfgang
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