Your server code might be able to run things concurrently but unless I misread something, Flash is currently single threaded I believe. So actually sending the requests at the 'same time' is difficult if even possible.
- Todd --- In [email protected], "MyoT" <[EMAIL PROTECTED]> wrote: > > Hi There, > > I am wondering is there any way, you can make concurrent requests to one destination via > RemoteObject over AMF. > > Basically, I want to issue multiple request of getItem operations to one destination. Currently, > my command is making multiple async requests but RemoteObject doesn't seem to be calling > server concurrently. Server got those request in sequential. > > Any help or pointer would help. > > Thanks in advance, > Jay >

