I wonder if it is the time it takes to encrypt/decrypt the stream? Does it happen with non-secure calls?
--- In [email protected], "Dan" <yldle...@...> wrote: > > Thanks Valdhor for your response, > > my case is much more simple. It only has one RO and makes a single call, > however from the Charles, there are two amfsecure under the messagebroker/, > the second call is the call the RO explicity makes, and the first call is > detailed as > > Command Message: 5 > Parameters Object > Result DSK > headers > \ DSId > \ DSMessagingVersion > > Which i have no idea what is it about. > > And between the first and second call, the delay is from 0.4 to 1s > > Daniel > > --- In [email protected], "valdhor" <valdhorlists@> wrote: > > > > I don't use secure communications (My applications are deployed in an > > intranet) but I just had a look at my communications in Charles. > > > > On startup I create two remote objects that call a total of three remote > > methods. Each remote object sends a "Command Message" of 2.3KB which takes > > 160ms. The first RO makes two calls which takes 288ms and uses a total of > > 8.1KB. The second RO makes a single call which takes 369ms and uses a total > > of 2.5KB. > > > > By my reckoning that is 977ms for 15.2KB of data. One thing I don't know is > > if each RO call is made concurrently. If so (And I believe it is) then the > > max time taken for all calls is 529ms. > > > > Perhaps it is something else going on in your application? Can you create a > > test case that shows the delay? > > > > > > Best Regards > > > > > > > > > > Steve > > > > > > --- In [email protected], "Dan" <yldleung@> wrote: > > > > > > Hi, > > > > > > Does anyone notice that it takes nearlly ONE second for the first AMF or > > > AMFsecure call to establish? Is there way to make this time shorter? > > > > > > The observation is from when the swf is loaded, imediately a amfsecure A' > > > call is made, from a Charles proxy, there is another unknown amfsecure > > > call before that and has a one second delay before the A' really emit. > > > > > > Regards > > > Dan > > > > > >

