I have written an application that can create multiple
reports simultaneously using iText in multiple
Threads.  This isn't really a thread-safety issue,
however.  I would have to say that iText is not
thread-safe in that your results would be quite
unpredictable if you called methods on one
DocumentWriter object from multiple concurrent
Threads, but what document would not look funny if
written to from different sources simultaneously?  As
long as you have one Thread per document you should be
fine.  I can't necessarily say that the performance
will be all you could want though, since I've never
yet been able to test on a really high-end machine.

-Matt


--- [EMAIL PROTECTED] wrote:
> Greetings,
> 
> We are looking at iText and it looks very promising.
> Is there any information about iText and thread
> usage.  To what degree is
> it thread safe?
> 
> At the least, we will need to use multiple
> concurrent threads, one of each
> of several documents.
> Does iText support this?  Does anyone out there have
> experience with iText
> and
> multiple threads?
> 
> Any help is appreciated.
> 
> Thanks,
> Jerold Sampson
> Checkfree Corporation
> 
> 
> 
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/itext-questions


__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to