Ok. I am having a problem with one of my Flex applications. When a regular user login is used it takes 10 or more times longer for data to appear then when I use mine which is a local admin on the web server box. I have been able to narrow the troubling application to a point that I could see that it is Flex doing something before my back end page (classic ASP) gets hit. Precisely, an extra time is taken in the HTTPService.send command. So, after that command is sent and the ASP page gets hit it takes about 5 or even more seconds, when with my login it takes no time. It looks like some kind of negotiation is going on between Flex and Web Server. I have compiled this application using Gumbo latest build and it was even worse. My web server is windows 2003 R2. Client Windows 2000 and Windows XP.
--- In [email protected], "Tracy Spratt" <tr...@...> wrote: > > How about fully and clearly re-describing the problem, the environments, and > what you have tried so far. The thread history has gotten muddy. > > > > Tracy Spratt, > > Lariat Services, development services available > > _____ > > From: [email protected] [mailto:[email protected]] On > Behalf Of markgoldin_2000 > Sent: Friday, April 24, 2009 1:10 PM > To: [email protected] > Subject: [flexcoders] Re: HTTPService mistery > > > > > > > > > I have compiled it with Gumbo, latest build, and it's even worse. > Anyone, please share any idea. > > --- In flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com, > "markgoldin_2000" <markgoldin_2000@> wrote: > > > > Posting again... > > It is e4x. > > It has been identified, that it works fine for users who are local admins > on the Web box. How that can be??? > > > > > > --- In flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com, > "Tracy Spratt" <tracy@> wrote: > > > > > > What is the result format of the HTTPService call? The default "object" > > > causes the flex client to process the incoming data into a tree of > dynamic > > > objects. The speed of this process would be subject to the local cpu. > You > > > could set resultFormat to e4x, and re-run the benchmarks. > > > > > > > > > > > > Tracy Spratt, > > > > > > Lariat Services, development services available > > > > > > _____ > > > > > > From: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com > [mailto:flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com] > On > > > Behalf Of markgoldin_2000 > > > Sent: Wednesday, April 22, 2009 11:15 PM > > > To: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com > > > Subject: [flexcoders] Re: HTTPService mistery > > > > > > > > > > > > > > > > > > > > > > > > > > > While it seems to me I am missing something obvious I am pretty sertant > it > > > is somewhere in the send command. I have traced an execution to the > point > > > that for a low end box it takes about 5 sec. between a send command and > an > > > HTTPService callback function call. I have timed my server and it does > not > > > take time at all. I timed the server for both my development computer > and a > > > low level box. Server time is exactly the same. (what else whould one > > > expect?) But time it tales for an execution to get into a callback > function > > > is very different. So, I am assuming that it takes some time for a low > end > > > box to send a data request to the server. > > > > > > --- In flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> > ups.com, > > > "Tracy Spratt" <tracy@> wrote: > > > > > > > > I would not expect the quality of the client to significantly affect > the > > > > speed of the data service call. > > > > > > > > > > > > > > > > However, a slow computer *will* have issues with rendering the > content. > > > > Have you determined definitively that the speed issue is with the data > > > > service call and not the rendering? > > > > > > > > > > > > > > > > Tracy Spratt, > > > > > > > > Lariat Services, development services available > > > > > > > > _____ > > > > > > > > From: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> > ups.com > > > [mailto:flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> > ups.com] > > > On > > > > Behalf Of markgoldin_2000 > > > > Sent: Wednesday, April 22, 2009 7:06 PM > > > > To: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com > > > > Subject: [flexcoders] HTTPService mistery > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Is it possible that on low end computers HTTPService.send command > would > > > take > > > > up to 10 or more times longer than on a more or less decent computer? > Is > > > > there a way of tracking HTTPService.send command? > > > > > > > > Thanks > > > > > > > > > >

