On Thursday, 13 July 2017 04:56:25 UTC+1, Ian Lance Taylor wrote:
>
> On Wed, Jul 12, 2017 at 8:56 AM, James Abley > wrote:
> >
> > Labels for clarity:
> >
> > 1. goroutine 1 spawns goroutine 2 to read from Oregon, and spawns
> goroutine
> > 3 to read from Virginia.
> > 2. goroutine 1 cal
On Wed, Jul 12, 2017 at 8:56 AM, James Abley wrote:
>
> Labels for clarity:
>
> 1. goroutine 1 spawns goroutine 2 to read from Oregon, and spawns goroutine
> 3 to read from Virginia.
> 2. goroutine 1 calls waitForSearchCompletion and enters the select. Nothing
> can proceed, so that select blocks.
On Wednesday, 12 July 2017 13:57:16 UTC+1, Ian Lance Taylor wrote:
>
> On Wed, Jul 12, 2017 at 12:28 AM, >
> wrote:
> >
> > On Wednesday, 12 July 2017 04:44:43 UTC+1, Ian Lance Taylor wrote:
> >>
> >> On Tue, Jul 11, 2017 at 12:27 PM, wrote:
> >> >
> >> > This caught me out recently; th
On Wed, Jul 12, 2017 at 12:28 AM, wrote:
>
> On Wednesday, 12 July 2017 04:44:43 UTC+1, Ian Lance Taylor wrote:
>>
>> On Tue, Jul 11, 2017 at 12:27 PM, wrote:
>> >
>> > This caught me out recently; there's definitely a gap in my
>> > understanding as
>> > to how select works. Maybe it's caught
On Wednesday, 12 July 2017 04:44:43 UTC+1, Ian Lance Taylor wrote:
>
> On Tue, Jul 11, 2017 at 12:27 PM, >
> wrote:
> >
> > This caught me out recently; there's definitely a gap in my
> understanding as
> > to how select works. Maybe it's caught other people out too?
> >
> > For one of my
On Tue, Jul 11, 2017 at 12:27 PM, wrote:
>
> This caught me out recently; there's definitely a gap in my understanding as
> to how select works. Maybe it's caught other people out too?
>
> For one of my clients, I'd written an application that would try to read
> data from a backend. There were m
This caught me out recently; there's definitely a gap in my understanding
as to how select works. Maybe it's caught other people out too?
For one of my clients, I'd written an application that would try to read
data from a backend. There were multiple instances of this backend (say one
in Orego