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
yet
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
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, ne
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 work
.. It works now with some very small 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 HttpC
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 in
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:
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 dynami