[flexcoders] Re: HTTPRequest and Air too slow?

2009-02-17 Thread florian.salihovic
Actually both are doing the same thing. The HTML Frontend is an AJAX Client. It sends requests and gets the result. Allthough flex processes more data (about 10 times more), it's just a few k's... But somehow the HTTPService seems to wait longer for the service's response. --- In flexcoders@ya

[flexcoders] Re: HTTPRequest and Air too slow?

2009-02-18 Thread florian.salihovic
I actually used Charles to have a look at the network communication. It seems like the data is received in the URLLoader (in my tests i use an URLLoader instead of the HTTPService) about 100 - 120 ms after the data is received. Which is some sort of overhead which might be caused from the inf

[flexcoders] Re: HTTPRequest and Air too slow?

2009-02-23 Thread florian.salihovic
Yes, actually i did so. I ran an URLLoader against different backend api calls. Those are usually defined values for server-side calls. I had a slighty overhead: ~80 - 120ms + parsing the data and adding it into an ArrayCollection compared to the values i got via Charles. So i can be sure tha

[flexcoders] Re: HTTPRequest and Air too slow?

2009-02-23 Thread Amy
--- In flexcoders@yahoogroups.com, "florian.salihovic" wrote: > > Yes, actually i did so. > > I ran an URLLoader against different backend api calls. Those are usually defined values > for server-side calls. > > I had a slighty overhead: ~80 - 120ms + parsing the data and adding it into an

[flexcoders] Re: HTTPRequest and Air too slow?

2009-02-24 Thread florian.salihovic
Interessting! I will keep that in mind but regarding the fact, that i use JSON and pass just one single param, it seems to be a strange behaviour i recognized. Hm, i'll have some more research to do... --- In flexcoders@yahoogroups.com, "Amy" wrote: > > --- In flexcoders@yahoogroups.com, "flor

Re: [flexcoders] Re: HTTPRequest and Air too slow?

2009-02-18 Thread Tom Chiverton
On Tuesday 17 Feb 2009, florian.salihovic wrote: > But somehow the HTTPService seems to wait longer for the service's > response. Can you get a packet trace off the network ? -- Tom Chiverton Helping to authoritatively benchmark compelling fine-grained back-end best-of-breed functionalities **

Re: [flexcoders] Re: HTTPRequest and Air too slow?

2009-02-23 Thread Tom Chiverton
On Wednesday 18 Feb 2009, florian.salihovic wrote: > Any ideas regarding Air and some problems when it comes to network issues? I don't recall any. Did you try a stripped down test case ? -- Tom Chiverton Helping to widespreadedly disseminate visionary e-services ***