You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Diogo Saad <di...@ibnetwork.com.br> on 2005/06/22 03:07:12 UTC

are mailets threadSafe?

I need to save some metadata in a xml file ( each user account will have
a metadata file).
I will code a mailet to handle this "xml file". Do I have to worry with
multiple threads trying to write in the same file at the same time? Are
mailets threadSafe  or do I have to make the "file write " part
syncronized?

Thanks
Diogo