Koen,
the most annoying aspect is that when the sessions are all taken then
the first modal dialog
deadlocks the entire application, is there a way to detect that
sessions are over and then
give an error or at least make force all ajax connections to be check?


On Mon, Sep 19, 2011 at 2:54 PM, Antonio Mancina <amanc...@mbigroup.it> wrote:
> Hey Koen,
>
>  >> [...]
>>> shown on screen: as soon as the user closes the tab, the
>>> wt server detects this event and properly deallocates the
>>> session without waiting for the timeout to expire.
>>
>> You actually see a difference in the same browser with a dialog open
>> or not for the session to be released? Then that is a bug.
>
> yes, that is definitely the case! Hope you have the chance to
> reproduce and fix it.
>
>>> 3) Also, would it be possible to detect thread pool exhaustion at
>>>     code-level, avoiding the user being stuck waiting for a timeout
>>>     to happen?
>>
>> Actually, there is no reason to lock a thread while showing modal
>> dialogs. You can also show a modal dialog by using show(), and binding
>> listeners to its accept(), reject() or done() methods. The behavior is
>> the same, but it is a bit less convenient to implement.
>
> Yes, agreed. Just a matter of convenience, indeed.
>
>> Regards,
>> koen
>
> Thanks for your explanations.
>
> Bye,
> Antonio
>
> ------------------------------------------------------------------------------
> BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
> Learn about the latest advances in developing for the
> BlackBerry&reg; mobile platform with sessions, labs & more.
> See new tools and technologies. Register for BlackBerry&reg; DevCon today!
> http://p.sf.net/sfu/rim-devcon-copy1
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>



-- 
cpp-today.blogspot.com

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to