there can be two request cycles running, sure

it is only the part that accesses and mutates the page is synchronized
for higher throughput

-igor

On Wed, Oct 1, 2008 at 9:02 AM, rmorrisey <[EMAIL PROTECTED]> wrote:
>
> Is it possible for two request cycles to be running on the server
> concurrently against the same page/wicket session (including ajax requests)?
> I was thinking that wicket forces the requests to be processed sequentially
> (so that the two request cycles can't be handled at the same time), but it
> seems like this is not the case
> --
> View this message in context: 
> http://www.nabble.com/Sequence-of-wicket-%28ajax%29-requests-tp19763696p19763696.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to