RE: embperl log

2006-10-19 Thread Ben K.
Is there a hook to turn off PERF: and SYNTAX: lines only from embperl log, other than touching the source and recompiling? If you only want to turn of PERF: etc. than you will need to patch the sources Thanks. Ben K. Developer http://benix.tamu.edu --

Re: Being called twice

2006-10-19 Thread 'Kathryn Andersen'
On Thu, Oct 19, 2006 at 10:10:01PM +0200, Gerald Richter wrote: > > > > I am using Embperl::Object 2.2.0 (with mod_perl 2.0.2 on > > Apache 2.0.58) I've been trying to implement an email form, > > and have been completely baffled because the mail was always > > being sent twice. > > Trying to t

RE: embperl log

2006-10-19 Thread Gerald Richter
Hi, > > Is there a hook to turn off PERF: and SYNTAX: lines only from > embperl log, other than touching the source and recompiling? > If you want to turn of writing to embperl.log at all put Embperl_Log /dev/null Embperl_Debug 0 In your httpd.conf. If you only want to turn of PERF: etc. th

RE: Embperl2 falling apart under load

2006-10-19 Thread Gerald Richter
> > > How may ways are there? Our loading was via a httpd.conf > include, via PerlModule calls (and not via a perl block or > startup.pl or similar). > You could try to use a startup.pl which you load with PerlRequire and do a use Embperl inside. Also normaly this should not make a differe

RE: Being called twice

2006-10-19 Thread Gerald Richter
> > I am using Embperl::Object 2.2.0 (with mod_perl 2.0.2 on > Apache 2.0.58) I've been trying to implement an email form, > and have been completely baffled because the mail was always > being sent twice. > Trying to track things down, I put some warning calls in my > epwebapp.pl file, and it

embperl log

2006-10-19 Thread Ben K.
Hi, Is there a hook to turn off PERF: and SYNTAX: lines only from embperl log, other than touching the source and recompiling? Regards, Ben K. Developer http://benix.tamu.edu - To unsubscribe, e-mail: [EMAIL PROTECTED] For