Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lyo-dev] OSLC CLient thread-safe implementation

> Hey Samuel,  I had the PoolingHttpClientConnectionManager already in
> mind, too. I  have only few experience programming with the Apache
> HttpClient. So this suggestion would generally require to re-implement
> the  "OslcClient.java" from zero.

I don't think we'd need to start from scratch, but we can investigate more.
It would be a nice feature. Can you open a bug at

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Lyo

> Additionaly it would also require to dismiss the usage of the Apache Wink
> client abstraction, since it is not thread-safe, too.
 
We already create a separate RestClient instance for each request, so maybe a
non-issue? Many RestClients sharing one thread-safe HttpClient.

-- 
Samuel Padgett | IBM Rational | spadgett@xxxxxxxxxx
Eclipse Lyo: Enabling tool integration with OSLC



Back to the top