View previous topic :: View next topic |
Author |
Message |
amiladh -
Joined: 05 Nov 2007 Posts: 1
|
Posted: Mon Nov 05, 2007 10:43 am Post subject: HttpRequest very slow response |
|
|
Hi everybody,
First, I apologize in advance about my very very very bad english ( thanx google )!
Well.
I'm actually working on a small CMS using a lot of HttpRequest and I have noticed that the server responses are very very slow.
The wait between xmlHttp.readyState 1 and xmlHttp.readyState 2 takes about 20-30 seconds.
This issue appears only when the CMS is running on my own abyss server ; everything is fine when it runs on the hoster's servers, where the wait takes less than 2 seconds in average.
I'd be glad if someone has a answer about that.
Thanx a lot! ;-)
-- oops! I've posted my request in the wrong section! Could the moderator move this message in the good one? :-/ -- |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Tue Nov 13, 2007 4:10 pm Post subject: Re: HttpRequest very slow response |
|
|
amiladh,
Try profiling your code and checking how accesses are made to the server when you invoke any xmlHttp reading operation. There could be several reasons why such a delay is experienced. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|