I call on a same remoteObject 4 functions from the same flex code
function (so, called about the same time).The 4 functions have
differents response times.Problem : a pooling effect occurs : My
application receive the 4 results only when the last function give it's
response. The only workaround i have is to pause between the functions
calls... (which is hugly)Any other solution to avoid this unwanted
pooling effect please ?