3 Replies Latest reply on Oct 21, 2005 6:50 AM by darranl

    High Load with stateful EJB and HTTP-Session replication

    hkaiser

      Hallo JBoss gurus,

      I'm here in a team, there we are currently designing a application with a high load (about 50000 concurrent users)

      In short:
      - we need some few HTTP-Session states per user, but it must be failsafe (failover)
      - we need the J2EE security, therefore I think additionally at least one stateful session bean (I do not know how JBoss implemented the J2EE security) (also failsafe)
      - we have an http load balancer in front of the AppServers
      - Expected HTTP-transaction about 500 per second

      Is anyone here with experiences in such an environment?

      Best regards,
      Hans