hi
I am using dashboard component in flex.In the component 6 service calls are
made simultaneously and all the calls are independent of each other. The
result of the service calls are xml which then populate 6 graphs in the
dashboard in 6 different panels. The problem is the server sometimes become
unresponsive when these 6 calls are made. It tries to fetch for sometime
and later throws http request error. Then I tried to make all the
synchronous. On the result handler of first call, second service called and
so on. Now the server responses in fine way. I want to know the reason why
the server becomes unresponsive when asynchronous calls are made.

-- 
You can only depend on yourself. The cavalry ain't coming.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to