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


_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to