Re: [go-nuts] Re: Dynamic type cloning

2016-08-02 Thread Guianu Leon
something you may or may not > want to accommodate. > > > > On Tue, 2 Aug 2016 at 16:58, roger peppe wrote: > >> On 2 August 2016 at 16:46, Guianu Leon wrote: >> > Well I will only get the fields that have to be updated, not the entire >> > object. Therefore

Re: [go-nuts] Re: Dynamic type cloning

2016-08-02 Thread Guianu Leon
Well I will only get the fields that have to be updated, not the entire object. Therefore I need to get the old object from the database, see what has changed, then insert it back. On Aug 2, 2016 18:35, "roger peppe" wrote: > On 2 August 2016 at 09:58, Rayland wrote: > > I am working in the con

Re: [go-nuts] Understanding HTTP server latencies

2016-07-18 Thread Guianu Leon
The client and the server are two separate machines in aws. No middlewares and proxies. I don't get any network related error. On Jul 18, 2016 17:48, "Peter Waller" wrote: > If you run it on the same server as the host, does it perform differently > there? For example, did you rule out network s