Hi,

Can anybody tell. How to use the threading in Flex?


My requirement is something like i need to hit an external service to fetch
data.

TO hit that i will be having a maxresult variable (int).

It denotes the maximun number of results from the service.

I have to give only 10 as max result but my service needs to fetch nearly
1000 datas.

So i need to make multiple calls by givng an offset value of 10 and
maximumresult of 10.

Anyway i can use threading here to solve my issue.

As of now I am giving the max result as 1000 but the third party is saying
that its a performance hit so need to fetch only ten results per call and
accumaulate all the results in client.

Using the offset paramenter i can fetch subsequent 10 values.

So is there a way to make it easier.

Is threading available in flex or is there any other solutions available for
my problem.

Thanks,
Veeru

-- 
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