If you do it my way, then you don't have to

2010/1/21 Carlo Camerino <[email protected]>:
> is there anyway that i could just kill the previous thread?
>
> On Thu, Jan 21, 2010 at 3:05 AM, Carlo Camerino 
> <[email protected]>wrote:
>
>> if i can't do this, is there anyway that i could at least increase the
>> timeout of the pagemap to greater than 1 minute?
>> 1 minute would be too little i guess
>>
>>
>> On Thu, Jan 21, 2010 at 2:34 AM, Ernesto Reinaldo Barreiro <
>> [email protected]> wrote:
>>
>>> Why not follow the Jeroen's suggestion instead of trying to trick
>>> framework
>>> internals?
>>>
>>> Ernesto
>>>
>>> On Thu, Jan 21, 2010 at 11:17 AM, Carlo Camerino
>>> <[email protected]>wrote:
>>>
>>> > hi,
>>> >
>>> > i believe this is due to the fact that wicket has synchronized page maps
>>> > for
>>> > access.
>>> >
>>> > do you think it is safe to remove it?
>>> > what are the precautions when removing synchronized for wicket page
>>> maps?
>>> >
>>> > Is there a setting that I could use to disable this?
>>> >
>>> > Thanks A Lot
>>> >
>>> > Carlo
>>> >
>>> > On Thu, Jan 21, 2010 at 5:13 PM, Jeroen Steenbeeke <j.steenbeeke.ml@
>>> > gmail.com> wrote:
>>> >
>>> > > I'd suggest running the transaction in the background (separate
>>> > > thread) and using an AjaxStoppableSelfUpdatingTimer to periodically
>>> > > check if the thread was finished and only do the redirect after
>>> > > finishing. This way, the pagemap remains unlocked.
>>> > >
>>> > > 2010/1/21 Carlo Camerino <[email protected]>:
>>> > > > Hi,
>>> > > >
>>> > > > if any of you could help, we have a problem in one of our wicket
>>> > > > installations. We have a system that connects to another system.
>>> > > Sometimes
>>> > > > the system's reply lasts for more than a minute.
>>> > > > Wicket is having problem with regards to the page map being locked.
>>> > > >
>>> > > > I click for example on a page to request for a balance, the host
>>> > doesn't
>>> > > > return anymessage for about 1 minute or more.
>>> > > >
>>> > > > So instead of waiting, i will try to move to another page, problem
>>> > is...
>>> > > i
>>> > > > can't switch pages..... wicket seems to have locked the page map and
>>> i
>>> > > can't
>>> > > > get out or even logout.
>>> > > >
>>> > > > After  a minute, an exception is thrown saying that the page map may
>>> > have
>>> > > > been locked for more than 1 minute
>>> > > >
>>> > > > is there any way around this?
>>> > > >
>>> > > > Thanks A Lot
>>> > > > Carlo
>>> > > >
>>> > >
>>> > >
>>> > >
>>> > > --
>>> > > Jeroen Steenbeeke
>>> > > www.fortuityframework.com
>>> > >
>>> > > ---------------------------------------------------------------------
>>> > > To unsubscribe, e-mail: [email protected]
>>> > > For additional commands, e-mail: [email protected]
>>> > >
>>> > >
>>> >
>>>
>>
>>
>



-- 
Jeroen Steenbeeke
www.fortuityframework.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to