Determining memory available for cache

2000-11-24 Thread nigel
This mail is probably naive. Sorry. I want to set up a cache, storing html templates and perl widgets (held in MySQL) that are regularly eval'd. I want to attach timestamps and hit counts to each stored scalar, to help decide which are the most important values to cach, and allow updates to the

Re: AuthCookie

2000-11-24 Thread Adi Fairbank
Check your apache logs.. I don't think your server is actually sending the protected page, Netscape is showing you a cached version. I think this is a bug in Netscape 4.7 (for linux anyway), because that happens to me occasionally even with "Cache-Control: no-cache" and no "Expires:" header. If

Problem with Apache::DBI under mod_perl!!

2000-11-24 Thread Edmar Edilton da Silva
Hi all, I am sending again the previous message because I still didn't know how to resolve the below problem. Can anyone any idea how help me? I have installed on the my machine the following modules: apache 1.3.12-2 perl-5.00503-10 mod_perl 1.21-10 DBI 1.14 DBD::Oracle

Re: Problem with Apache::DBI under mod_perl!!

2000-11-24 Thread Edmund Mergl
Edmar Edilton da Silva wrote: Hi all, I am sending again the previous message because I still didn't know how to resolve the below problem. Can anyone any idea how help me? I have installed on the my machine the following modules: apache 1.3.12-2 perl-5.00503-10

Re: Determining memory available for cache

2000-11-24 Thread Perrin Harkins
On Fri, 24 Nov 2000 [EMAIL PROTECTED] wrote: I want to set up a cache, storing html templates and perl widgets (held in MySQL) that are regularly eval'd. I want to attach timestamps and hit counts to each stored scalar, to help decide which are the most important values to cach, and allow