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

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -