everything is already locked by the barrier we have in Session.getPage()
So the session lock we now have only really locks the Session object itself Not the page because the request target lock doesn't really lock the page anymore. johan On 2/7/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
We can if you have a good idea how to. There are a couple of request targets for which we don't want to lock at all. What do you have in mind? Eelco On 2/6/07, Johan Compagner <[EMAIL PROTECTED]> wrote: > are we also then getting rid of the session lock? ( irequesttarget.getLock()) > > johan > > > On 2/7/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > > > by adding process() to irequesttarget and a separate step on the request > > > cycle we can remove IEventProcessorStrategy and IEventProcessor no? > > > > What would IRequestTarget#process do that IRequestTarget#respond doesn't? > > > > The separate step in RequestCycle, yes, that would enable us to remove > > IEventProcessorStrategy and IEventProcessor. > > > > Eelco > > >
