Hello David,

> From looking at the source, the instance variable 'state' (of type
> HttpState)
> seems to be shared between all the concurrently executed methods, this
> might result 
> in a indeterminate state of the http state.

HttpState should be synchronized and therefore thread-safe. If you
want different threads to have separate states, then keep a state
in each thread and use the execute methods that take a state as an
argument.

hope that helps,
  Roland

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

Reply via email to