IIS ASP - About XML HTTP

This is Interesting: Free IT Magazines  
Home > Archive > IIS ASP > June 2004 > About XML HTTP





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author About XML HTTP
Savas Ates

2004-06-26, 10:18 am

I m getting information with XMLHTTP from 3 sites at the same time. but it
is so slow.. how can i make it faster.. any information or any document
about it.. anyone who know about it..it is about alsa bandwith .. how can i
increase xml http performance. . help me please...








Steven Burn

2004-06-26, 10:18 am

I've noticed it's terribly slow too (got it connecting to several site's in
a DB and returning their online/offline status)

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"Savas Ates" <savas@indexinteractive.com> wrote in message
news:eaRIiJpWEHA.2844@TK2MSFTNGP12.phx.gbl...
> I m getting information with XMLHTTP from 3 sites at the same time. but

it
> is so slow.. how can i make it faster.. any information or any document
> about it.. anyone who know about it..it is about alsa bandwith .. how can

i
> increase xml http performance. . help me please...
>
>
>
>
>
>
>
>



Mark Schupp

2004-06-26, 10:18 am

Are you using XMLHTTP or XMLServerHTTP?

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com


"Savas Ates" <savas@indexinteractive.com> wrote in message
news:eaRIiJpWEHA.2844@TK2MSFTNGP12.phx.gbl...
> I m getting information with XMLHTTP from 3 sites at the same time. but

it
> is so slow.. how can i make it faster.. any information or any document
> about it.. anyone who know about it..it is about alsa bandwith .. how can

i
> increase xml http performance. . help me please...
>
>
>
>
>
>
>
>



Savas Ates

2004-06-26, 10:19 am

Microsoft.XMLHTTP


Mark Schupp

2004-06-28, 9:14 am

And your original question was?

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com


"Savas Ates" <savas@indexinteractive.com> wrote in message
news:ekN%23dg0WEHA.3472@TK2MSFTNGP09.phx.gbl...
> Microsoft.XMLHTTP
>
>



Steven Burn

2004-06-28, 7:32 pm

"Mark Schupp" <mschupp@ielearning.com> wrote in message
news:uvtm1HSXEHA.796@TK2MSFTNGP10.phx.gbl...
> And your original question was?


hehe, now thats just cruel <g>

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!



Mark Schupp

2004-06-28, 7:32 pm

No, actually I think I responded to his question and asked whether he was
using XMLHTTP or XMLServerHTTP but I don't keep old messages so I cannot
remember what he was asking about.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com


"Steven Burn" <pvt@noyb.com> wrote in message
news:uLMmyMSXEHA.3668@TK2MSFTNGP09.phx.gbl...
> "Mark Schupp" <mschupp@ielearning.com> wrote in message
> news:uvtm1HSXEHA.796@TK2MSFTNGP10.phx.gbl...
>
> hehe, now thats just cruel <g>
>
> --
>
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
>
>



Andrew Urquhart

2004-06-28, 7:32 pm

*Mark Schupp* wrote:
> "Steven Burn" wrote:
>
> No, actually I think I responded to his question and asked whether he
> was using XMLHTTP or XMLServerHTTP but I don't keep old messages so I
> cannot remember what he was asking about.


http://groups.google.co.uk/groups?th=b994f374424d8bfd
--
Andrew Urquhart
- FAQ: www.aspfaq.com
- Archive: www.tinyurl.com/38kzx (Google Groups)
- My reply address is invalid, see www.andrewu.co.uk/contact/


Steven Burn

2004-06-28, 7:32 pm

[QUOTE]I m getting information with XMLHTTP from 3 sites at the same time.
but it
is so slow.. how can i make it faster.. any information or any document
about it.. anyone who know about it..it is about alsa bandwith .. how can i
increase xml http performance. . help me please...[/QUOTE]

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"Mark Schupp" <mschupp@ielearning.com> wrote in message
news:#JVzlcSXEHA.2972@TK2MSFTNGP12.phx.gbl...
> No, actually I think I responded to his question and asked whether he was
> using XMLHTTP or XMLServerHTTP but I don't keep old messages so I cannot
> remember what he was asking about.
>
> --
> Mark Schupp
> Head of Development
> Integrity eLearning
> www.ielearning.com
>
>
> "Steven Burn" <pvt@noyb.com> wrote in message
> news:uLMmyMSXEHA.3668@TK2MSFTNGP09.phx.gbl...
>
>



Mark Schupp

2004-06-28, 7:32 pm

Ok,

XMLHTTP was designed for Client-side communication and doesn't work well in
a multi-user environment.Try msxml2.xmlserverhttp instead.

Also, you should do some checking to see where the delays are. If it
actually takes 3 seconds for the remote sites to return the page then there
is nothing you can do on your server to speed it up unless you can cache the
data somewhere.
Do they take 3 seconds if you call them up in your browser?
Do the retrieved pages change for each retrieval?

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com


"Steven Burn" <pvt@noyb.com> wrote in message
news:esxHzlSXEHA.748@TK2MSFTNGP11.phx.gbl...
> [QUOTE]I m getting information with XMLHTTP from 3 sites at the same

time.
> but it
> is so slow.. how can i make it faster.. any information or any document
> about it.. anyone who know about it..it is about alsa bandwith .. how can

i
> increase xml http performance. . help me please...[/QUOTE]
>
> --
>
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
>
> "Mark Schupp" <mschupp@ielearning.com> wrote in message
> news:#JVzlcSXEHA.2972@TK2MSFTNGP12.phx.gbl...
was[vbcol=seagreen]
>
>



Savas Ates

2004-06-29, 3:16 am

hey thanks steven for your helps and Steven do u have online contact ? i
want to ask somethnig you individually..what is your email i cant send you
from that email.or have msn contact... what is the reason of delay... if i
retrieve same page it was cached by iis and how can i cache the results...
the first getting info process can take about 3 or 5 seconds...


Steven Burn

2004-06-29, 9:56 am

"Savas Ates" <savas@indexinteractive.com> wrote in message
news:#j#547aXEHA.384@TK2MSFTNGP10.phx.gbl...
> hey thanks steven for your helps and Steven do u have online contact ?


I do :o)

http://www.it-mate.co.uk/forum

http://www.it-mate.co.uk/support/contact.asp

> i want to ask somethnig you individually..


Tis best to keep it in the newsgroup ;o) (that way, if for some reason, I
say something thats wrong (happens), one of the other kind souls will
correct me and put you on the right track)

> what is your email i cant send you from that email.or have msn contact...


I don't do e-mail address's in the newsgroup ;o)

> what is the reason of delay...


If your talking about XMLHTTP then to be honest, I've no idea. If I had to,
I'd guess it had something to do with;

1. The server your connecting to
2. Your connection speed (not the server, but your internet connection)

>if i retrieve same page it was cached by iis and how can i cache the

results...

You could;

1. Store them in a cookie
2. Store then in a database
3. Store them in a .ini file

> the first getting info process can take about 3 or 5 seconds...


Lucky for you (mine takes twice that, and then some)

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!



Savas Ates

2004-06-29, 9:56 am

hey mark it also for you... please help me... what can i do. and have online
contact...


Mark Schupp

2004-06-29, 9:56 am

I only go through the newsgroup for this kind of thing.

First, change your createobject calls to use "MSXML2.ServerXMLHTTP" instead
of "microsoft.XMLHTTP"

If that does not speed things up then the problem is likely in the response
from the remote sites. If the results don't change frequently then you could
cache the information by writing it to a static HTML file. Have your script
check to see when the last time the HTML file was updated and if it is not
"too long" (by whatever criteria is important to you) just redirect to the
HTML file.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com


"Savas Ates" <savas@indexinteractive.com> wrote in message
news:uMzHZ0dXEHA.1652@TK2MSFTNGP09.phx.gbl...
> hey mark it also for you... please help me... what can i do. and have

online
> contact...
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com