RE: Intermittent Segfaults

2006-03-17 Thread Gerald Richter
> > I have continued testing, and I can confidently say that the > problem is definitely not an out-of-memory issue. ok > The new dev > version you sent is segfaulting about once for every 100 page > requests in dev now, with no load except me clicking around, > on a machine with 2G total

Re: Intermittent Segfaults

2006-03-17 Thread BeeThere Admin
Thanks, I have continued testing, and I can confidently say that the problem is definitely not an out-of-memory issue. The new dev version you sent is segfaulting about once for every 100 page requests in dev now, with no load except me clicking around, on a machine with 2G total RAM and plent

RE: Embperl_Cookie_Expires isn't relative to request

2006-03-17 Thread Gerald Richter
Hello, > > in my httpd.conf File I set > > Embperl_Cookie_Expires "+1d" > > Now I detected that the Expirationdate of the Cookie is set to > 1 day after server start. What I expected is the date set to > 1 day after Request time (e.g. I want the Cookie to be valid > for 24 hours ) > > Am I mi

Embperl_Cookie_Expires isn't relative to request

2006-03-17 Thread Frank Wesemann
Hello, in my httpd.conf File I set Embperl_Cookie_Expires "+1d" Now I detected that the Expirationdate of the Cookie is set to 1 day after server start. What I expected is the date set to 1 day after Request time (e.g. I want the Cookie to be valid for 24 hours ) Am I missing something from th