From: Thomas K. <Jim...@gm...> - 2011-09-19 19:09:49
|
Hello everybody, I would like to know whether it is possible to use a single async HTTP client for more than one request. If so, is it furthermore possible to issue a new request from the callback which is passed to the get function? The reason why I'm asking, is because for some reason I get thread resource exceptions - as if the async thread were not being destroyed after the callback has been invoked with an eof status. Anyone who could help me out here? Kind regards, Thomas |