multithreading - Suitable Design Pattern for Multi Threaded Java Application -


i newbie java technology , have little idea design patterns. have write java application contains 3 independent threads:

  • the first thread used write on file "a"
  • the second 1 used write on file "b"
  • and when writing on file done independent thread "c" merge these 2 file.

i have write application efficient possible. thinking using design pattern. there design pattern fits scenario best?


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

c++ - Serialize a class with a Qlist of custom classes as member (using QDataStream) -

Read video using VideoReader function in Matlab? -