Hi Fritz, Hi Daniel,

thanks for you for the hint and proposed solution.
I think I'll try the solution with my own timer. Just wanted to know if there 
is a framework provided solution for this use case.
I tried to realize it with callAsyncListeners method of RPC but I wasn't able 
to stop the default timeout-event-process.

Regards,
Andreas

>-----Ursprüngliche Nachricht-----
>Von: Fritz Zaucker [mailto:[email protected]]
>Gesendet: Mittwoch, 12. Oktober 2011 09:14
>An: qooxdoo Development
>Betreff: Re: [qooxdoo-devel] pending RPC call
>
>Hi Andreas,
>
>you'll also have to deal with timeouts of the webserver. It took a while
>until I realized that for Apache there is a separate TimeOut directive
>(http://httpd.apache.org/docs/2.0/mod/core.html)
>
>Cheers,
>Fritz
>
>On Wed, 12 Oct 2011, Daniel Lenggenhager wrote:
>
>> Hi Andreas,
>>
>> Mhhhh... I think you can set the RPC timeout to a very high value and start a
>> own timer with a shorter recur time.
>> This timer ask the user for the next action. If the user want intercept the
>> RPC call, you can abort it in your code.
>>
>> I hope this will help you.
>>
>> Regards,
>> Daniel
>>
>> Am 11.10.2011 23:51, schrieb Fink, Andreas:
>>> Hi all,
>>>
>>> I have some reports in my frontend that gets data from a Java backend.
>>> The users have a function to export the reports data to excel files.
>>> My problem is, that if the there is a huge amount of data in such a
>>> report, this export function could take very long.
>>>
>>> Is it possible to create something like a pending call?
>>> If a timeout occurs the call should not be automatically aborted,
>>> instead I want to ask the user if he want to wait another amount of time
>>> or if he want to abort the request.
>>>
>>> Regards,
>>> Andreas
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> 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-d2d-oct
>>>
>>>
>>> _______________________________________________
>>> qooxdoo-devel mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>>
>
>--
>Oetiker+Partner AG             tel: +41 62 775 9903 (direct)
>Fritz Zaucker                        +41 62 775 9900 (switch board)
>Aarweg 15                            +41 79 675 0630 (mobile)
>CH-4600 Olten                   fax: +41 62 775 9905
>Schweiz                         web: www.oetiker.ch
>
>------------------------------------------------------------------------------
>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-d2d-oct
>_______________________________________________
>qooxdoo-devel mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
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-d2d-oct
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to