Re: Re: problem with fetching data in mod_perl

2006-01-31 Thread Jeff Peng
hello,   It seems that you want to reload the config file when mod_perl programs are running. See here please: http://perl.apache.org/docs/1.0/guide/porting.html#Reloading_Modules_and_Required_Files hope that can help you.   Without seeing your cod

Re: problem with fetching data in mod_perl

2006-01-31 Thread Mark Galbreath
Without seeing your code, it's pretty difficult to say.  First, I would strongly suggest you look here.  Second, it sounds like a buffer issue.   mark>>> Senthil Nathan <[EMAIL PROTECTED]> 31-Jan-06 00:53:05 AM >>> Hi All,Im using mod_perl and notice that while fetching data from a directory wher

Re: problem with fetching data in mod_perl

2006-01-31 Thread Tom Schindl
Just one sentence: No code, node help! Please also provide us your mp and apache versions! Tom Senthil Nathan wrote: > Hi All, > > Im using mod_perl and notice that while fetching data from a directory > where the files are present, its not reading those files and getting the > data. > > Afte