When I00 users run OpenERP, there is nothing error.
But the signal ââPool Errorâ appears when 101 users run it at the same time.
According to the standard operating procedure in the fallowing website:
PoolError: The Connection Pool Is Full" with 100 users
I set db_maxconn=1000 in file of openerp-server.conf and set max_connections = 1000 in file of Postgresql.conf,
but there exists the same error in both files.
*What should I do?? *
**I hope more than 1000 users can run OpenERP simultaneously, can someone give me some related information ?
Is it can be found in official website ?**
This is my openerp-server.conf file as follow?
[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = False
db_port = False
db_user = landy
db_password = xxxxxxxx
db_maxconn=1000
logfile = /var/log/openerp/openerp-server.log
logrotate = True
syslog = False
log_handler = [':INFO']
log_level = debug