Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,319

    Re: Handling IO Synchronization

    Would the ConcurrentLinkedQueue collection resolve that issue? ConcurrentLinkedQueue (Java Platform SE 7 )
  2. Replies
    5
    Views
    1,319

    Re: Handling IO Synchronization

    The other threads were being created because I had no way of really monitoring when certain write requests were sent, and each write request needed to run on a thread other than the one which called...
  3. Replies
    5
    Views
    1,319

    Handling IO Synchronization

    I have a class (WriteExcel) which writes to an excel file. For those who don't know, Excel doesn't handle multiple access well (or at all).
    I then have another class (WriteManager) which creates a...
Results 1 to 3 of 3