[flexcoders] Re: Establishing a AMF Secure connection need 1 second delay!!!?

2009-07-10 Thread Dan
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

[flexcoders] Re: Establishing a AMF Secure connection need 1 second delay!!!?

2009-07-10 Thread valdhor
I wonder if it is the time it takes to encrypt/decrypt the stream? Does it happen with non-secure calls? --- In flexcoders@yahoogroups.com, 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

[flexcoders] Re: Establishing a AMF Secure connection need 1 second delay!!!?

2009-07-08 Thread valdhor
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