threading

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vikas1980
    New Member
    • Nov 2006
    • 1

    #1

    threading

    hello

    we are making the project servlet/jsp technoloy and follows the mvc architecture and we face the problem
    of existency of indivisual user account concurrently.on ly last porceed user is display on every where.

    Another one is that we made the been classes that is access by each user jsp page and their methods are different but use that bean for storing data's for every one .Is the bean used in mvc model is synchronized.

    if not then how we can make the project synchronzed ............... ..
Working...