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: Robin Bailey   on Dec 18

I am working  on an application  where 10,000 user will submit a heavy-
weight-request(each request involves updating about 50 rows in DB) to
server in 1 minute. This kind of heavy load  will come to application
once in a month and request processing need not be synchronous.

Initially I thought of using JMS asynch messaging(with JBoss) to avoid
instant huge load on DB. However, I still want to stick to using
Tomcat.

Will appreciate any thoughts from people any design  alternatives
people might have, apart from messaging.

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: