[jboss-user] [Performance Tuning] New message: "jboss performance tuning"

Abhishek sharma do-not-reply at jboss.com
Wed Feb 10 12:46:15 EST 2010


User development,

A new message was posted in the thread "jboss performance tuning":

http://community.jboss.org/message/525527#525527

Author  : Abhishek sharma
Profile : http://community.jboss.org/people/abhishek2207

Message:
--------------------------------------------------------------
Hi 
 I am working on OFBiz project. I am running OFBiz on Jboss. My requirement is to allow 1000 concurrent users to access the  application. But when I try to access the application with 150 users, it throws an exception (Could not establish a connection with the database). The configuration settings are as folows:
 Hardware: Dual  core processor, 2 GB RAM
 OS: Windows XP
 Database: MySQL which allows 1000 connections concurrently
 Jboss: In jboss-web.deployer/server.xml
             <Connector port="8080" address="${jboss.bind.address}"    
          maxThreads="250" maxHttpHeaderSize="8192"
          emptySessionPath="true" protocol="HTTP/1.1"
          enableLookups="false" redirectPort="8443" acceptCount="100"
          connectionTimeout="20000" disableUploadTimeout="true" />
         
           In conf/jboss-service.xml
          <attribute name="MaximumPoolSize">500</attribute>
 
 If any one have any idea please help me to solve my problem.
--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/525527#525527




More information about the jboss-user mailing list