I fixed the problem "PoolError: The Connection Pool Is Full
" with 100 users.
But there is another questions as below:
I tried to modify self.socket.listen(1000)
in the netrpc_server.py
,
I add self.socket.listen=1000
in the http_server.py
, but it does not work....
I think the question is I don't know OpenERP's architecture,
I hope when I running openerp-server.conf
is work.
what should I do?
Can somebody help for me?
OpenERP's version 7
=======Error log================
Exception happened during processing of request from ('192.168.10.144', 40813)Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 593, in process_request_thread self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__ self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 704, in finish self.wfile.flush()
File "/usr/lib/python2.7/socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size])
**error: [Errno 32] Broken pipe**
I have face same issue durring importing data using csv any solution