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

Issue 5486078: code review 5486078: net: RFC: API proposal for DialPlan (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 4 months ago by bradfitz
Modified:
10 years, 11 months ago
CC:
golang-dev
Visibility:
Public.

Description

net: RFC: API proposal for DialPlan This is an API proposal that Russ and I sketched out awhile back and recently dusted off. Let's discuss the API before any implementation. Issue 240

Patch Set 1 #

Patch Set 2 : diff -r d8bb178f0f19 https://go.googlecode.com/hg #

Patch Set 3 : diff -r d8bb178f0f19 https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -0 lines) Patch
M src/pkg/net/dial.go View 1 2 chunks +44 lines, -0 lines 0 comments Download

Messages

Total messages: 4
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
12 years, 4 months ago (2011-12-14 23:14:07 UTC) #1
dsymonds
Can you describe what DialPlan/DialAttempt are for? When would I use them? Is it meant ...
12 years, 4 months ago (2011-12-14 23:47:08 UTC) #2
crawshaw1
On Wed, Dec 14, 2011 at 3:14 PM, <bradfitz@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > > ...
12 years, 4 months ago (2011-12-15 04:26:51 UTC) #3
rsc
12 years, 4 months ago (2011-12-15 16:45:40 UTC) #4
On Wed, Dec 14, 2011 at 23:26, David Crawshaw <crawshaw@google.com> wrote:
> If I have multiple targets for an RPC, I want to keep dialing until
> the RPC completes. This API only gets to the starting line.

I think that's debatable.  You want to find a server that
will take the RPC.  Whether you want to have multiple
servers working on your RPC racing to be the one who
gets done first is a separate issue.  In any event, that's
not what this CL is or needs to be about.  This is just
about trying to connect.

Russ
Sign in to reply to this message.

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