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
