On Fri, Oct 31, 2008 at 11:53 AM, Glen Newton <[EMAIL PROTECTED]> wrote:
> I have concurrent threads adding Fields to the same Document, but
> getting some odd behaviour.
> Before going into too much depth, is Document thread-safe?

No, it's not.
synchronizing on Document when adding a new field would probably be
the easiest fix for you.

-Yonik

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

Reply via email to