AW: Prblems with apache, modperl and embperl

2002-11-21 Thread Leideck, Wolfgang
Hello, no i doesn't have ClearModuleList somewhere in my httpd.conf. But i have downgraded to apache-2.0.39 and mod_perl-1.99.04 and now it works. But don't ask me why? Wolfgang Wolfgang Leideck (Serversupport) ONSYS GmbH Rheinuferstr. 9 --- D-67061 Ludwigshafen Fon: +49 (0)621/60-44103

Re: Prblems with apache, modperl and embperl

2002-11-21 Thread Gerald Richter
>Starting httpd: Syntax error at line ... >Invalid command EMBPERL_OPTIONS ... Do you have a ClearModuleList somewhere in your httpd.conf, if yes you need to remove it. Gerald - Gerald Richterecos electronic communication services

Re: Embperl returning no data

2002-11-21 Thread Gerald Richter
> > Is there a configuration option or maybe a special variable that would > allow me to turn off dynamic table handling? Maybe that would help me > determine more consistently if the bug you mentioned is my issue. Or is > that what "$maxrow" and "$maxcol" are for? Thanks. > $maxrow and $maxcol

Re: Sessions...

2002-11-21 Thread Gerald Richter
>tied(%session)->delete; >[17175]ERR: 24: Error in Perl code: Can't call method "delete" on an undefined >value at /var/www/html/contact/autentication.epl line 93. Looks like your session is not correctly setup. Use the Embperl %udat session handling and tied(%udat) -> delete should work Geral

Re: mod_perl, Apache, HTML::Embperl single threaded

2002-11-21 Thread Randy Kobes
On Thu, 21 Nov 2002, Lorenzo Gordon wrote: > > I am developing a web site using Embperl and MySql. The problem > I am seeing is that pages are served single threaded. Some > pages take a long time to execute, e.g. they send multiple > emails or have a lot of database access, and no other pages ar

mod_perl, Apache, HTML::Embperl single threaded

2002-11-21 Thread Lorenzo Gordon
  I am developing a web site using Embperl and MySql. The problem I am seeing is that pages are served single threaded. Some pages take a long time to execute, e.g. they send multiple emails or have a lot of database access, and no other pages are served until the first page finishes.