Backgrounding an HTTP: request?
in
Programming Questions
•
2 years ago
I have some code that calls readLines() using a URL -- can be a long wait, up to 90 seconds in my data-visualization program.
Is there a clean way to background such a request, so that the program can continue until the data is returned? (Did I miss something obvious?)
Thanks,
kb, http://www.riftgame.com/
Is there a clean way to background such a request, so that the program can continue until the data is returned? (Did I miss something obvious?)
Thanks,
kb, http://www.riftgame.com/
1