RemoteObject calls should be asynchronous and not lock up the browser.
The FlashPlayer itself should time out after 60 seconds.

Is it possible that so much data comes back that the result cannot be
decoded in 60 seconds?

-Alex

On 6/17/15, 6:12 AM, "jfb" <[email protected]> wrote:

>Hi All,
>Here is the code for remote Object call using ColdFusion:
><fx:Declarations>
>        <mx:RemoteObject id="SM_RO" destination="ColdFusion"
>source="{cfcPath}" showBusyCursor="true" concurrency="multiple" >
>            <mx:method name="getData" result="getData_Handler(event)"
>fault="FlexGlobals.topLevelApplication.error_Handler(event)"
>concurrency="multiple" />
>        </mx:RemoteObject>
>    </fx:Declarations>
>
>The getData is a long db process that takes more than 4 min, the browser
>time out.
>How can I sent something back to the browser (maybe every 20 seconds)
>while
>the process is waiting for finish?
>Thanks for your help!
>Best,
>
>
>
>--
>View this message in context:
>http://apache-flex-users.2333346.n4.nabble.com/Browser-timeout-in-long-pro
>cess-tp10604.html
>Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to