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 [email protected], "Tracy Spratt" <tr...@...> 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: [email protected] [mailto:[email protected]] On > Behalf Of markgoldin_2000 > Sent: Wednesday, April 22, 2009 7:06 PM > To: [email protected] > 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 >

