Russ
2005-09-30 10:04:06 UTC
Hi all,
If have my working bit of XMLHttp works great but me being a pain in the
butt want to alter it slightly to make it less resource hungry.
My question is . when you delcare the xmlhttp.open command does this
actually attach itself to the destination or does it attach itself only witht
the send command is used.
the idea is that I can open a destination and send different data to the
desintation with out having to close the object and open a new one
continually.
I would just cycle through the xmlhttp.send command with new bits of data.
(I batch process 1000 sets of data in one go and the client does not use
XML :( ) but there you go.
any thoughts greatly appreciated
cheers Russ
If have my working bit of XMLHttp works great but me being a pain in the
butt want to alter it slightly to make it less resource hungry.
My question is . when you delcare the xmlhttp.open command does this
actually attach itself to the destination or does it attach itself only witht
the send command is used.
the idea is that I can open a destination and send different data to the
desintation with out having to close the object and open a new one
continually.
I would just cycle through the xmlhttp.send command with new bits of data.
(I batch process 1000 sets of data in one go and the client does not use
XML :( ) but there you go.
any thoughts greatly appreciated
cheers Russ