Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(6)

Issue 2696041: code review 2696041: rpc: expose Server type to allow multiple RPC Server in... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by adg
Modified:
13 years, 6 months ago
Reviewers:
CC:
r, rsc, msolo, sougou, golang-dev
Visibility:
Public.

Description

rpc: expose Server type to allow multiple RPC Server instances

Patch Set 1 #

Patch Set 2 : code review 2696041: rpc: expose Server type to allow multiple RPC Server in... #

Total comments: 6

Patch Set 3 : code review 2696041: rpc: expose Server type to allow multiple RPC Server in... #

Patch Set 4 : code review 2696041: rpc: expose Server type to allow multiple RPC Server in... #

Total comments: 2

Patch Set 5 : code review 2696041: rpc: expose Server type to allow multiple RPC Server in... #

Patch Set 6 : code review 2696041: rpc: expose Server type to allow multiple RPC Server in... #

Patch Set 7 : code review 2696041: rpc: expose Server type to allow multiple RPC Server in... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -63 lines) Patch
M src/pkg/rpc/client.go View 1 chunk +9 lines, -2 lines 0 comments Download
M src/pkg/rpc/debug.go View 1 chunk +5 lines, -1 line 0 comments Download
M src/pkg/rpc/server.go View 1 2 3 4 5 6 12 chunks +83 lines, -44 lines 0 comments Download
M src/pkg/rpc/server_test.go View 5 4 chunks +55 lines, -16 lines 0 comments Download

Messages

Total messages: 13
adg
Hello r, rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
13 years, 7 months ago (2010-10-24 01:21:42 UTC) #1
r2
surely there are tests too? -rob
13 years, 7 months ago (2010-10-24 03:15:45 UTC) #2
adg
I'd like to get clearance on the changes before going to the trouble of testing ...
13 years, 7 months ago (2010-10-24 03:24:06 UTC) #3
rsc1
Seems reasonable. You're going to have to figure out how to let clients connect to ...
13 years, 7 months ago (2010-10-24 03:47:23 UTC) #4
adg
Hello r, rsc, msolo (cc: golang-dev@googlegroups.com), I'd like you to review this change.
13 years, 7 months ago (2010-10-25 04:34:13 UTC) #5
msolo
In general, I feel this is on the right path. I wouldn't be surprised if ...
13 years, 7 months ago (2010-10-25 20:36:41 UTC) #6
sougou
I had sent this email to rsc earlier. Do you think you'll be able to ...
13 years, 7 months ago (2010-10-25 21:13:17 UTC) #7
r
time for tests http://codereview.appspot.com/2696041/diff/14001/src/pkg/rpc/server.go File src/pkg/rpc/server.go (right): http://codereview.appspot.com/2696041/diff/14001/src/pkg/rpc/server.go#newcode175 src/pkg/rpc/server.go:175: type Server struct { doc comment ...
13 years, 7 months ago (2010-10-25 23:43:25 UTC) #8
adg
On 26 October 2010 08:13, <sougou@google.com> wrote: > I had sent this email to rsc ...
13 years, 7 months ago (2010-10-25 23:54:58 UTC) #9
adg
Hello r, rsc, msolo, sougou (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 6 months ago (2010-10-26 02:52:45 UTC) #10
r
LGTM
13 years, 6 months ago (2010-10-27 23:08:05 UTC) #11
adg
*** Submitted as http://code.google.com/p/go/source/detail?r=d069cce810cf *** rpc: expose Server type to allow multiple RPC Server instances ...
13 years, 6 months ago (2010-10-28 00:06:21 UTC) #12
msolo
13 years, 6 months ago (2010-10-28 01:11:05 UTC) #13
This is good. I think there still might be a need to break out the
meat of the ServeCodec for-loop to allow for other enveloping
techniques - like just using HTTP itself.

We'll know more once we experiment and try to integrate our existing code.

On Wed, Oct 27, 2010 at 5:06 PM,  <adg@golang.org> wrote:
> *** Submitted as
> http://code.google.com/p/go/source/detail?r=d069cce810cf ***
>
> rpc: expose Server type to allow multiple RPC Server instances
>
> R=r, rsc, msolo, sougou
> CC=golang-dev
> http://codereview.appspot.com/2696041
>
> Committer: Andrew Gerrand <adg@golang.org>
>
>
> http://codereview.appspot.com/2696041/
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b