2 Replies Latest reply on Sep 13, 2006 2:07 AM by balamg

    Shared PersistenceContext possible ?

    balamg

      Currently, I am using SFSBs that use an extended PC. However, multiple users logging in will result in multiple PCs, each with their own copy of data. The two issues with this is
      1. Increased memory usage -- each logged in user adds a significant memory overhead
      2. Need for frequent refreshes -- so that all users "see" each others changes frequently.

      Is there a means by which different logged in users can share the same persistence context ? (SFSBs using same PCs.) That will solve both these problems.

      Thank You