Out of Memory

2003-07-04 Thread Maurício Amorim
Hi list,   I developed an site in Embperl for documents version controls. This site run in Linux (RedHat).   After 2 weeks the message Out of memory is displayed in console of Linux and I had that inicialize the Linux.   I am using DBD::Oracle and i'm not using $sth->finish in sql stateme

Problems using IPC::Open3 & IPC::Run3

2003-07-04 Thread Stefan Cars
Hi! I had an subroutine which used IPC::Open3, now I understand that IPC::Open3 is no good when you use it with modperl/embperl and heard that I should use IPC::Run3 instead although when using that all I get is errors like "[55832]ERR: 24: Error in Perl code: Bad file descriptor closing STDIN".

Re: is now supported in 2.0b9?

2003-07-04 Thread Gerald Richter
> ... I think this is important because porting html pages with emberl code > from a 1.3.3 site to a 2.0b3 site can be tedious if you have to add [$ if > $row == 1 $] ... blocks to a lot of pages. > No, sorry TH isn't supported in 2.0b9. As far as I see my free time, it will not be supported in

Re: Disable Debug Output

2003-07-04 Thread Gerald Richter
> PerlSetEnv EMBPERL_DEBUG 0 Embperl 2 doesn't use environment variables by default anymore. Either set Embperl_UseEnv on or better just remove the PerlSetEnv e.g. EMBPERL_DEBUG 0 Gerald - To unsubscribe, e-mail: [EMAIL PR