Search:

Type: Posts; User: gdev

Search: Search took 0.29 seconds.

  1. Replies
    6
    Views
    1,179

    Re: Building DOM object from multiple threads

    Thanks for the suggestion. I tried synchronizing on reportOutput - didnt resolve the issue.
    On your question if they are writing to the same instance of XMLReportHandler - They are not. Below is the...
  2. Replies
    6
    Views
    1,179

    Re: Building DOM object from multiple threads

    I am synchronizing the XMLReportHandler because multiple threads are writing to the same object in memory in the writeReportLine method. Also multiple threads are writing to the same file object on...
  3. Replies
    6
    Views
    1,179

    Building DOM object from multiple threads

    My multi threaded application processes and loads records into an ECM repository. For reconcliation purposes , I am trying to build an XML format report with the results of the processing per record,...
Results 1 to 3 of 3