What is the correct method to get the content of an URL in multiple threads using HttpClient in java?
For example loading a List with items, loading each item in a different thread at the same time and getting the information from the same URL with different parameters.
In a application I am creating it gives me no element found exception when reading XML from the same URL in different threads..