Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ModPerl
mod_perl caching problem
 

Index | Next | Previous | View Flat


yingun at gmail

Jun 24, 2008, 6:07 AM


Views: 855
Permalink
mod_perl caching problem

Hello,

Before asking here, I had read a few articles in perl.apache.org about
caching issue in mod_perl, but I still don't get it right with my
program when I had already changed the input, it still giving me the
result of old input. I aware that the child process will only compile
the code for once, but I had also read somewhere that it will
recompile when it found that the file has been changed. What I want to
achieve is the program should give me the result according to the
input at that time.

#this is the main entrance of my program
use CGI qw(:standard);
print header;

use Qwerq::Core;
our $qwerq = new Qwerq::Core();
$qwerq->query("what is the population of China");

How can I solve this problem ?

Thanks.

Subject User Time
mod_perl caching problem yingun at gmail Jun 24, 2008, 6:07 AM
    Re: mod_perl caching problem yingun at gmail Jun 24, 2008, 6:55 AM
    Re: mod_perl caching problem geoff at modperlcookbook Jun 24, 2008, 7:10 AM
        Re: mod_perl caching problem yingun at gmail Jun 24, 2008, 8:22 AM
    Re: mod_perl caching problem perrin at elem Jun 26, 2008, 11:05 AM
    Re: mod_perl caching problem yingun at gmail Jun 28, 2008, 4:51 AM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.