1 Reply Latest reply on Nov 6, 2003 10:42 PM by iihome

    Real-time Transaction Management

    chun_tse

      Has anyone had any experience they could share with Jboss in a "real-time" environment. I need to handle at least 5,000 requests per second peak and 1,000,000 transactions (some database transaction 3:5) per day.

        • 1. Re: Real-time Transaction Management
          iihome

          First, It depends on your database you choose. I have an real time application that run on jboss-3.2.1. it can only handle 40 transaction per second with the condition of using third party connection-pool for by pass jboss transaction manager. If I use jboss connection pool with jboss transaction manager, the performance is more worse, about only 70% discount rate