Norman Maurer wrote:
> Hi guys,
>
> after using mime4j a little bit to implement some actions which should
> get taken for specific message parts I'm a little bit "unhappy" with it...
> Its ok for using in a single Thread programm, but with using multiply
> Threads its not really "good". For example i have to use one
> MimeStreamParser per InputStream I want to parse..  Anyone allready
> thought about rewrite some parts of mime4j to allow ThreadSafe usage of
> MimeStreamParser and the ContentHandlers ?
>   
Hi,

Could you please describe in more detail what it is you are trying to
achieve? As MimeStreamParser is a push kind of parser (like SAX) I
cannot really see how one would use it concurrently from multiple threads.

Or are you talking about the classes in org.mime4j.message (the DOM like
stuff)? It would make more sense to me to use those classes from
multiple threads.

-- 
Niklas Therning
www.spamdrain.net


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

Reply via email to