> From: Moritz Petersen [mailto:[EMAIL PROTECTED]]
> 
> hi list,
> 
> i am wondering, if generators, that implement the cacheable interface,
> automatically block simultaneous accesses?

No.

> i want to write a generator, which has to execute heavy computings. so
if
> caching is enabled, it would be clever to compute just once - that
means
> that all other requests have to wait until the first generator is
ready -
> and after that just read the results from the cache.

You will have to figure this out by yourself.

Vadim

 
> any help would be appreciated,
> 
> moritz.
> 


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to