Re: File Handle problems - mod_perl 2.0

2007-04-26 Thread Michael Peters
Justin Luster wrote: > I agree making it lexically scoped would be better. I've done that with > all of my other files but this one is used everywhere in the code in a > global manner and would be a lot of work to change. Well if you are using a threaded mpm then you can't use globaly file handl

RE: File Handle problems - mod_perl 2.0

2007-04-26 Thread Justin Luster
rking just fine under Mod_Perl 1, any idea why things might be different in Mod_Perl 2? Thanks, Justin -Original Message- From: Philippe M. Chiasson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 7:19 PM To: Justin Luster Cc: modperl@perl.apache.org Subject: Re: File

Re: File Handle problems - mod_perl 2.0

2007-04-25 Thread Philippe M. Chiasson
On 25-Apr-07, at 8:55 AM, Justin Luster wrote: Hi, Recently I’ve noticed intermittent problems in the behavior of my code when running under Mod_Perl 2.0. This particular code has been out there for years with no problems. Recently I’ve seen a few problems and I’m wondering if it has an

File Handle problems - mod_perl 2.0

2007-04-25 Thread Justin Luster
Hi, Recently I've noticed intermittent problems in the behavior of my code when running under Mod_Perl 2.0. This particular code has been out there for years with no problems. Recently I've seen a few problems and I'm wondering if it has anything to do with Mod_Perl 2.0, it has been running fin