The underlying HTTP connection may be timing out.  You can try 
writing a test JSP page that executes the same large sql query - if 
that times out as well, then the problem is not specific to Flex.

Or, if you're running Tomcat as your server you can just take a look 
at server.xml and bump the connectionTimeout value of the 
<Connector> tag up to something higher.

Hope that helps,
Doug

--- In [email protected], "digital_eyezed" 
<[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> I have a simple remoteObject that returns no problem unless the 
> remoteObject takes longer than 1 minute to return, then flex never 
> picks up the return. Has anyone seen this before?
> 
> i.e. If I run a query over a time period  of 2 weeks it return no 
> problem in about 35 seconds (it's a big sql query at the Java 
side). 
> If I increase the time period to a 1 month period for the query 
then 
> return from the Java side is not pcked up by Flex, it just sits 
there 
> in the busy Cursor state. Is there an underlying timer that gives 
up 
> waiting for a return?
> 
> Cheers,
> 
> Iain
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to