Hi All, I'm having trouble with my new application because it uses the http module to received data over the net.
Because it is a synchronous protocol, my whole program freezes up while it does this and it becomes problematic, interfering with what the user may be doing on the device, especially if the internet connection is of poor quality.
What I really need is a way of putting this process into the background, so that it doesn't interfere with the user doing other things.
Is there a way to do this with threads, or by using some of the new Ajax techniques?
Thanks, Adrian
Because it is a synchronous protocol, my whole program freezes up while it does this and it becomes problematic, interfering with what the user may be doing on the device, especially if the internet connection is of poor quality.
What I really need is a way of putting this process into the background, so that it doesn't interfere with the user doing other things.
Is there a way to do this with threads, or by using some of the new Ajax techniques?
Thanks, Adrian