Re: [tryton-dev] Proteus problem: slow xmlrpc

2013-08-30 Thread Cédric Krier
On 29/08/13 20:34 -0700, oscar_alvarez wrote: Hi Devs I am using set_xmlrpc method of proteus for access to a database with 3200 products, but this process in starting in POS client take a long time (10 minutes), creating list tuple (code, name) from products from proteus import

[tryton-dev] Proteus problem: slow xmlrpc

2013-08-29 Thread oscar_alvarez
Hi Devs I am using set_xmlrpc method of proteus for access to a database with 3200 products, but this process in starting in POS client take a long time (10 minutes), creating list tuple (code, name) from products from proteus import config, Model, Wizard _Product =