hi list,

i am wondering, if generators, that implement the cacheable interface,
automatically block simultaneous accesses?
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.

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