c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #09344
Re: [Bug 614937] Re: backup database unpickling stack underflow
On Wednesday 22 December 2010, you wrote:
> the db size (dump) of the db is now about 95MB
>
Well, to me it makes no wonder why the current Net-RPC and XML-RPC
implementations both have some limits on the size of data members. Even if
they manage to transfer 100MB accross the wire, the size of the data would be
too much for the server's memory allocation.
As said a few months ago, I'd suggest to keep this issue in mind, open, and
come up with a "large data" protocol after v6.0 .
You can see in WebDAV that we have chunks-over-http support, already. We could
reuse part of that.
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/614937
Title:
backup database unpickling stack underflow
Status in OpenObject Server:
Incomplete
Bug description:
Traceback (most recent call last):
File "/usr/lib64/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/home/terp/OpenERP/branch/server/5.0/bin/netsvc.py", line 400, in run
ts.mysend(result)
File "/home/terp/OpenERP/branch/server/5.0/bin/tiny_socket.py", line 56, in mysend
sent = self.sock.send(msg[totalsent:])
error: (32, 'Broken pipe')
the error seems to happen during or after the transfer of the dump to the client.
BTW backup of other databases of this server work
in the problematic db some images are stored
References