the dreaded application taking too long

joolzg

Member
Licensed User
Longtime User
OK i have a small problem, i download a xml, 1.1Mb and start processing it but i get the application taking too long.

Question is how do i get it to do this in the background as i dont need to wait for the xml to be parsed.

using HttpUtils and XmlSax

joolz
 

joolzg

Member
Licensed User
Longtime User
yep problem is that the parsing is taking the time, so is there any way around this, new task?

joolz
 
Upvote 0
Top