Re: cvs commit: httpd-2.0/modules/experimental cache_util.c

2002-10-16 Thread Paul J. Reder
I spent a little time on Monday and Tuesday looking at this in the debugger and it looks like the behavior I am seeing is probably related to compiler optimizations. My testing showed that the fixes you committed (64 bit atoi and conversion to use seconds) seem to have fixed the random behavior I

Re: cvs commit: httpd-2.0/modules/experimental cache_util.c

2002-10-15 Thread Brian Pane
On Sat, 2002-10-12 at 20:26, Paul J. Reder wrote: > Okay, this takes care of item 4 from the list below. Thanks Brian, saves > me from having to do the commit. :) > > What about the other 3? Should they be fixed by the change from > apr_time_t to apr_int64_t? Apr_time_t is really apr_int64_t unde

Re: cvs commit: httpd-2.0/modules/experimental cache_util.c

2002-10-13 Thread Paul J. Reder
Okay, this takes care of item 4 from the list below. Thanks Brian, saves me from having to do the commit. :) What about the other 3? Should they be fixed by the change from apr_time_t to apr_int64_t? Apr_time_t is really apr_int64_t under the covers and I was seeing only the lower 32 bits being s