Re: mod_perl v2 Forking

2003-09-16 Thread Rafael Garcia-Suarez
Eric Frazier wrote: ... > But then I found I was using 5.8.. Thanks to a guy on comp.lang.perl.misc I > know that there is a change in how signals are handled, they call it > deferred signal handling because Perl now is suppose to wait until the > Interpeter is in a safe state. As I understand it t

Re: [PATCH] Re: mp2 with perl-5.8.1 on Windows

2003-09-15 Thread Rafael Garcia-Suarez
Steve Hay wrote: > I still haven't found out what the problem with the server crashing on > startup is, but the attached patch against CVS seems to fix the > fprintf() problem that you refer to. Your patch passes the current interpreter context to modperl_hash_seed_init(), and thus the interpret

Re: AIX perfomance

2003-09-12 Thread Rafael Garcia-Suarez
Ged Haywood wrote: > Hi there, > > On Fri, 12 Sep 2003, Rafael Garcia-Suarez wrote: > > > we're porting on AIX (4.3.3 and 5.2.0). The AIX boxes are > > supposed to be more powerful than their Linux equivalents, > > however the application is strangely slow on

AIX perfomance

2003-09-12 Thread Rafael Garcia-Suarez
I've a mod_perl application we've developed on Linux and that we're porting on AIX (4.3.3 and 5.2.0). The AIX boxes are supposed to be more powerful than their Linux equivalents, however the application is strangely slow on AIX -- the httpd configuration being similar. And that's mod_perl 1.28. So

Re: leaks with Apache::Request?

2002-07-10 Thread Rafael Garcia-Suarez
Joe Schaefer wrote: >>Somehow the assignment operator MUST be involved in the leak here. >>(You only get a leak when the *same* reference (*SV) is on both sides >>of the assignment). > > > Could someone with modperl 1.2x built using a perl 5.8 release candidate > please test this out: I got t

Re: Exporter variables get lost

2002-06-07 Thread Rafael Garcia-Suarez
nipulation occurs at compile-time, before your code is run (without scoping effecs). In other words don't do that. -- Rafael Garcia-Suarez

Re: Best compile options for perl 5.8 for mod_perl 1.x and 2.x

2002-05-31 Thread Rafael Garcia-Suarez
Steven Lembark wrote: > > Also worth using large file support if you habitually > munge > 2GB files. Which is the default on linux. -- Rafael Garcia-Suarez

Re: HTML::Entities chokes on XML::Parser strings

2002-05-07 Thread Rafael Garcia-Suarez
es($buffer2), "\n"; > > This works and prints: > > é > > I hope it is not lossy when using iso-8859-1 encoding, but I'm guessing it > will maul UTF-8 or UTF-16. This seems like quite an evil hack. > > So, what is the Right Thing to do here? Which module, if any, is at fault? > Is there some combination of Perl Unicode-related "use" statements that will > help me here? Has anyone else run into this problem? > > -John > -- Rafael Garcia-Suarez

Bug in Apache::Session::Lock::File::clean()

2002-04-25 Thread Rafael Garcia-Suarez
|| next; flock(FH, LOCK_EX) || next; unlink($dir.'/'.$file) || next; End of Patch. -- Rafael Garcia-Suarez -- http://rgarciasuarez.free.fr/ http://lyon.pm.org/ -- http://cpan.org/authors/id/R/RG/RGARCIA/ -- http://use.perl.org/~rafael/