I was wondering if it would be possible/a good idea to add request synchronization inside the framework to prevent concurrent accesses. The idea would be to prevent two pages to be rendered concurrently unless specified (maybe have somekind of page annotation @NonSynchronized). I bet in 90% of cases this is not a good thing. Of course this can be added as a servletfilter or other kind of filter, but this would be better at a lower granularity since the only critical part is the page rendering. Also it wouldn't be a good idea to prevent concurrent accesses to the asset service.
Thanks, Henri.
