Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Hisham Younis   on Dec 18 In Java Category.

  
Question Answered By: Oscar Evans   on Dec 18

The first thing that comes into the mind is to have a job queue, instead of updating the DB, and the queue is processed in a separate thread. Synchronization among threads is not hard, but should be implemented with enough caution.

Let us know what other design  constraints exist, maybe it needs something more complicated.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Design Alternatives for this heavy load application ? Or get search suggestion and latest updates.


Tagged: