A Dijous, 11 de juny de 2009, [email protected] va escriure: > Hi, > > We are using OpenERP in New Zealand and I am now based in the UK. The > performance over the low-latency link is poor. > > It would be great if I could replicate this with a local server, perhaps > with updates still going to the NZ server, but with queries being handled > locally. > > Is anyone doing this already? If so, what did you use and what problems > exist? > > If not, should I try pgcluster or something else?
I haven't tried any of these. I'm sorry. You also don't mention if you're trying Desktop or Web clients. However I'd recommend you to try Koo [1] (OpenObject KDE Client) with the Pyro protocol. Once you've got the module installed on the server, you'll need to login once with another protocol (because of the new way 5.0 loads modules). But once Pyro is working on the server it's faster than the other protocols. This is because both XML-RPC and Net-RPC are stateless and need to stablish a new TCP connection (that is 3 packets) before sending real data in _each_ request. So, things like opening a window which require several requests can take a long time in WAN networks. Pyro, instead, is a stateful protocol and thus avoids a lot of delay. Koo also caches view information which avoids even more requests. [1] https://launchpad.net/openobject-client-kde > Thanks for any help. > > Regards, > Simon > > ------------------------ > -- > Simon Glass > Christchurch > New Zealand > > > > > -------------------- m2f -------------------- > > -- > http://www.openobject.com/forum/viewtopic.php?p=37933#37933 > > -------------------- m2f -------------------- > > > _______________________________________________ > Tinyerp-users mailing list > http://tiny.be/mailman2/listinfo/tinyerp-users -- Albert Cervera i Areny http://www.NaN-tic.com Mòbil: 669 40 40 18 _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
