I need to parse an XML file and insert the data into database.

The datafeed is located on remote server so it takes for a while and also the window is not responding while it parses the tags.

What do you suggest here? Multithreading maybe? I just don't want the browsers freezing while i parse the XML data.

Thanks