> Concurrent access to all other classes from multiple threads _MUST_ be
>> synchronized.

Modifying access, that is.

> Ok, I thought I might get away with a couple of classes being reused
> between
> threads, but that seems not to be the case.

You can re-use parameters if you don't modify them.
HttpCore won't modify parameters by itself. You can
also re-use unmodifiable classes such as HttpHost.

cheers,
  Roland



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to