RE: FW: HTTPD mod_cache HttpCacheAction: where is 304?

2007-01-30 Thread Ard Schrijvers
Hello, Ard Schrijvers wrote: is there any best practice to have cforms in urls you do not know on beforehand, with continuations? Continuation is just randomly generated token, unique to each user interaction (like as session Id). Even if it is cached, even if GET is used

RE: FW: HTTPD mod_cache HttpCacheAction: where is 304?

2007-01-30 Thread Fuad Efendi
I don't understand what is a problem. If we need to cache smth, we need clearly GET method without any cookies. Continuation must be a part of URL to be cached. But it does not make a sence, because new request from the same and/or from different user will request URL with different (not-cached

RE: FW: HTTPD mod_cache HttpCacheAction: where is 304?

2007-01-29 Thread Ard Schrijvers
Hello, now we are talking about httpd mod_cache already, is there any best practice to have cforms in urls you do not know on beforehand, with continuations? For high-traffic sites, we obviously want to use mod_cache, but, at the same time, mod_cache shouldn't cache pages with a continuation

RE: FW: HTTPD mod_cache HttpCacheAction: where is 304?

2007-01-29 Thread Fuad Efendi
amount of additional code, very attractive (thanks to Cocoon!) Thanks, Fuad. -Original Message- From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] Sent: Monday, January 29, 2007 1:39 AM To: dev@cocoon.apache.org Subject: Re: FW: HTTPD mod_cache HttpCacheAction: where is 304? On 1/28

RE: FW: HTTPD mod_cache HttpCacheAction: where is 304?

2007-01-29 Thread Fuad Efendi
Server is slightly overloaded (80% CPU average, Robot is crawling Internet, addind 5 of new products daily), but HTTPD works fine... www.tokenizer.org please do not reload it;) I'll check it from behind-corporate-proxy today. Also I need to test that cache is not shared (still...) between

RE: FW: HTTPD mod_cache HttpCacheAction: where is 304?

2007-01-29 Thread Fuad Efendi
Ard Schrijvers wrote: is there any best practice to have cforms in urls you do not know on beforehand, with continuations? Continuation is just randomly generated token, unique to each user interaction (like as session Id). Even if it is cached, even if GET is used as a form method, next

FW: HTTPD mod_cache HttpCacheAction: where is 304?

2007-01-28 Thread Fuad Efendi
Following to http://wiki.apache.org/cocoon/ControllingModCache I found this class: org.apache.cocoon.acting.HttpCacheAction (dated 2004-07-29) Unfortunately, this action can't reply with 304 on request with HTTP Header [If-Modified-Since: ..] It replies only with 200 and full body of

Re: FW: HTTPD mod_cache HttpCacheAction: where is 304?

2007-01-28 Thread Bertrand Delacretaz
On 1/28/07, Fuad Efendi [EMAIL PROTECTED] wrote: Following to http://wiki.apache.org/cocoon/ControllingModCache I found this class: org.apache.cocoon.acting.HttpCacheAction (dated 2004-07-29) Unfortunately, this action can't reply with 304 on request with HTTP Header [If-Modified-Since: