9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] 9grid?
@ 2012-10-23  4:49 Don A. Bailey
  2012-10-23 14:46 ` Anthony Sorace
  0 siblings, 1 reply; 22+ messages in thread
From: Don A. Bailey @ 2012-10-23  4:49 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

Is 9grid still around? Has much progress been made on the viability of
9grid as a production resource in the past few years? Lots of the web data
is down, so I'd love to hear from anyone using/working on 9grid resources?

Thanks,
D

[-- Attachment #2: Type: text/html, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-23  4:49 [9fans] 9grid? Don A. Bailey
@ 2012-10-23 14:46 ` Anthony Sorace
  2012-10-23 20:22   ` Don A. Bailey
  0 siblings, 1 reply; 22+ messages in thread
From: Anthony Sorace @ 2012-10-23 14:46 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

That name has referred to at least two, possibly three,
distinct and unrelated projects. I don't believe any of
them are still ongoing. I also don't think any of them
were aimed at becoming what i'd call a "production
resource". What is it you're looking for?




^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-23 14:46 ` Anthony Sorace
@ 2012-10-23 20:22   ` Don A. Bailey
  2012-10-24  0:09     ` ron minnich
  0 siblings, 1 reply; 22+ messages in thread
From: Don A. Bailey @ 2012-10-23 20:22 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 662 bytes --]

I only really considered one project to be substantial. That may be unfair.
It was the one that LANL/UCal were involved in.

I'm interested in the code for managing grid nodes and delegating tasks.

Best,
D

On Tue, Oct 23, 2012 at 7:46 AM, Anthony Sorace <a@9srv.net> wrote:

> That name has referred to at least two, possibly three,
> distinct and unrelated projects. I don't believe any of
> them are still ongoing. I also don't think any of them
> were aimed at becoming what i'd call a "production
> resource". What is it you're looking for?
>
>
>


--
Don A. Bailey
CEO/Founding Partner
Capitol Hill Consultants LLC
1-303-947-6557

[-- Attachment #2: Type: text/html, Size: 1079 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-23 20:22   ` Don A. Bailey
@ 2012-10-24  0:09     ` ron minnich
  2012-10-24  0:11       ` Don A. Bailey
  0 siblings, 1 reply; 22+ messages in thread
From: ron minnich @ 2012-10-24  0:09 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Oct 23, 2012 at 1:22 PM, Don A. Bailey
<donb@capitolhillconsultants.com> wrote:

> I'm interested in the code for managing grid nodes and delegating tasks.

Real code? talk to charles.

Or now that Go works, you could look at some of those packages.

ron



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  0:09     ` ron minnich
@ 2012-10-24  0:11       ` Don A. Bailey
  2012-10-24  0:41         ` Matthew Veety
  0 siblings, 1 reply; 22+ messages in thread
From: Don A. Bailey @ 2012-10-24  0:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

Go embeds parallel/grid functionality now instead of just lightweight
thread execution? Which packages would you point me at?

Thanks,
D

On Tue, Oct 23, 2012 at 5:09 PM, ron minnich <rminnich@gmail.com> wrote:

> On Tue, Oct 23, 2012 at 1:22 PM, Don A. Bailey
> <donb@capitolhillconsultants.com> wrote:
>
> > I'm interested in the code for managing grid nodes and delegating tasks.
>
> Real code? talk to charles.
>
> Or now that Go works, you could look at some of those packages.
>
> ron
>
>


--
Don A. Bailey
CEO/Founding Partner
Capitol Hill Consultants LLC
1-303-947-6557

[-- Attachment #2: Type: text/html, Size: 1124 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  0:11       ` Don A. Bailey
@ 2012-10-24  0:41         ` Matthew Veety
  2012-10-24  0:44           ` Don A. Bailey
  2012-10-24  1:15           ` John Floren
  0 siblings, 2 replies; 22+ messages in thread
From: Matthew Veety @ 2012-10-24  0:41 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 10/23/2012 8:11 PM, Don A. Bailey wrote:
> Go embeds parallel/grid functionality now instead of just lightweight
> thread execution? Which packages would you point me at?
>
> Thanks,
> D
>
> On Tue, Oct 23, 2012 at 5:09 PM, ron minnich <rminnich@gmail.com
> <mailto:rminnich@gmail.com>> wrote:
>
>     On Tue, Oct 23, 2012 at 1:22 PM, Don A. Bailey
>     <donb@capitolhillconsultants.com
>     <mailto:donb@capitolhillconsultants.com>> wrote:
>
>      > I'm interested in the code for managing grid nodes and delegating
>     tasks.
>
>     Real code? talk to charles.
>
>     Or now that Go works, you could look at some of those packages.
>
>     ron
>
>
>
>
> --
> Don A. Bailey
> CEO/Founding Partner
> Capitol Hill Consultants LLC
> 1-303-947-6557
>
>

I would avoid using Go on Plan 9 right now for anything production
because it has issues when using many concurrent tcp connections. If you
do want to use Go, stick with reading and writing files, and let 9P do
it's thing.

--
Veety




^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  0:41         ` Matthew Veety
@ 2012-10-24  0:44           ` Don A. Bailey
  2012-10-24  0:51             ` Matthew Veety
  2012-10-24  1:03             ` Kurt H Maier
  2012-10-24  1:15           ` John Floren
  1 sibling, 2 replies; 22+ messages in thread
From: Don A. Bailey @ 2012-10-24  0:44 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1433 bytes --]

Does Go have issues in general with TCP connections, or is this a Plan 9
specific issue?

D

On Tue, Oct 23, 2012 at 5:41 PM, Matthew Veety <mveety@gmail.com> wrote:

> On 10/23/2012 8:11 PM, Don A. Bailey wrote:
>
>> Go embeds parallel/grid functionality now instead of just lightweight
>> thread execution? Which packages would you point me at?
>>
>> Thanks,
>> D
>>
>> On Tue, Oct 23, 2012 at 5:09 PM, ron minnich <rminnich@gmail.com
>> <mailto:rminnich@gmail.com>> wrote:
>>
>>     On Tue, Oct 23, 2012 at 1:22 PM, Don A. Bailey
>>     <donb@capitolhillconsultants.**com <donb@capitolhillconsultants.com>
>>     <mailto:donb@**capitolhillconsultants.com<donb@capitolhillconsultants.com>>>
>> wrote:
>>
>>      > I'm interested in the code for managing grid nodes and delegating
>>     tasks.
>>
>>     Real code? talk to charles.
>>
>>     Or now that Go works, you could look at some of those packages.
>>
>>     ron
>>
>>
>>
>>
>> --
>> Don A. Bailey
>> CEO/Founding Partner
>> Capitol Hill Consultants LLC
>> 1-303-947-6557
>>
>>
>>
> I would avoid using Go on Plan 9 right now for anything production because
> it has issues when using many concurrent tcp connections. If you do want to
> use Go, stick with reading and writing files, and let 9P do it's thing.
>
> --
> Veety
>
>
>


--
Don A. Bailey
CEO/Founding Partner
Capitol Hill Consultants LLC
1-303-947-6557

[-- Attachment #2: Type: text/html, Size: 2327 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  0:44           ` Don A. Bailey
@ 2012-10-24  0:51             ` Matthew Veety
  2012-10-24  1:15               ` Don A. Bailey
  2012-10-24  1:03             ` Kurt H Maier
  1 sibling, 1 reply; 22+ messages in thread
From: Matthew Veety @ 2012-10-24  0:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 10/23/2012 8:44 PM, Don A. Bailey wrote:
> Does Go have issues in general with TCP connections, or is this a Plan 9
> specific issue?
>
> D

I haven't had any problems with Go on other platforms (FreeBSD and Mac
OS X) except for CPU use sometimes and scheduling of goroutines. Both
you can kinda work around.

--
Veety





^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  0:44           ` Don A. Bailey
  2012-10-24  0:51             ` Matthew Veety
@ 2012-10-24  1:03             ` Kurt H Maier
  2012-10-24  1:11               ` Don A. Bailey
  1 sibling, 1 reply; 22+ messages in thread
From: Kurt H Maier @ 2012-10-24  1:03 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Oct 23, 2012 at 05:44:42PM -0700, Don A. Bailey wrote:
> Does Go have issues in general with TCP connections, or is this a Plan 9
> specific issue?
>
> D

Dear Don A. "D" Bailey, CEO/Cofounder:

You should probably harass the Go people about this.

Thank you,
Kurt H Maier
Grand Poobah/Arch-inquisitor At Large
Totally a Business, Inc
1-212-479-7990



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  1:03             ` Kurt H Maier
@ 2012-10-24  1:11               ` Don A. Bailey
  2012-10-24  1:26                 ` Kurt H Maier
  0 siblings, 1 reply; 22+ messages in thread
From: Don A. Bailey @ 2012-10-24  1:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 641 bytes --]

If I wanted to be insulted, I'd subscribe to a Reddit feed. ;)

D

On Tue, Oct 23, 2012 at 6:03 PM, Kurt H Maier <khm-9@intma.in> wrote:

> On Tue, Oct 23, 2012 at 05:44:42PM -0700, Don A. Bailey wrote:
> > Does Go have issues in general with TCP connections, or is this a Plan 9
> > specific issue?
> >
> > D
>
> Dear Don A. "D" Bailey, CEO/Cofounder:
>
> You should probably harass the Go people about this.
>
> Thank you,
> Kurt H Maier
> Grand Poobah/Arch-inquisitor At Large
> Totally a Business, Inc
> 1-212-479-7990
>
>


--
Don A. Bailey
CEO/Founding Partner
Capitol Hill Consultants LLC
1-303-947-6557

[-- Attachment #2: Type: text/html, Size: 1114 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  0:41         ` Matthew Veety
  2012-10-24  0:44           ` Don A. Bailey
@ 2012-10-24  1:15           ` John Floren
  2012-10-24  1:18             ` Don A. Bailey
                               ` (2 more replies)
  1 sibling, 3 replies; 22+ messages in thread
From: John Floren @ 2012-10-24  1:15 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Oct 23, 2012 at 5:41 PM, Matthew Veety <mveety@gmail.com> wrote:
> On 10/23/2012 8:11 PM, Don A. Bailey wrote:
>>
>> Go embeds parallel/grid functionality now instead of just lightweight
>> thread execution? Which packages would you point me at?
>>
>> Thanks,
>> D
>>
>> On Tue, Oct 23, 2012 at 5:09 PM, ron minnich <rminnich@gmail.com
>> <mailto:rminnich@gmail.com>> wrote:
>>
>>     On Tue, Oct 23, 2012 at 1:22 PM, Don A. Bailey
>>     <donb@capitolhillconsultants.com
>>     <mailto:donb@capitolhillconsultants.com>> wrote:
>>
>>      > I'm interested in the code for managing grid nodes and delegating
>>     tasks.
>>
>>     Real code? talk to charles.
>>
>>     Or now that Go works, you could look at some of those packages.
>>
>>     ron
>>
>>
>>
>>
>> --
>> Don A. Bailey
>> CEO/Founding Partner
>> Capitol Hill Consultants LLC
>> 1-303-947-6557
>>
>>
>
> I would avoid using Go on Plan 9 right now for anything production because
> it has issues when using many concurrent tcp connections. If you do want to
> use Go, stick with reading and writing files, and let 9P do it's thing.
>
> --
> Veety
>
>

Write a basic http server for Plan 9 (in C) and run Apache Benchmark
against it. Somewhere around 100 concurrent connections, I tend to get
failure. There's code in /sys/src/9/ip that has a hard limit on the #
of concurrent connections IIRC.

I'd post the code for the server I wrote, but it was written as part
of work so I can't. Still, it's not hard to put together a server
which responds only to a GET.

john



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  0:51             ` Matthew Veety
@ 2012-10-24  1:15               ` Don A. Bailey
  0 siblings, 0 replies; 22+ messages in thread
From: Don A. Bailey @ 2012-10-24  1:15 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 587 bytes --]

Cool, thanks. I appreciate the response.

D

On Tue, Oct 23, 2012 at 5:51 PM, Matthew Veety <mveety@gmail.com> wrote:

> On 10/23/2012 8:44 PM, Don A. Bailey wrote:
>
>> Does Go have issues in general with TCP connections, or is this a Plan 9
>> specific issue?
>>
>> D
>>
>
> I haven't had any problems with Go on other platforms (FreeBSD and Mac OS
> X) except for CPU use sometimes and scheduling of goroutines. Both you can
> kinda work around.
>
> --
> Veety
>
>
>
>


--
Don A. Bailey
CEO/Founding Partner
Capitol Hill Consultants LLC
1-303-947-6557

[-- Attachment #2: Type: text/html, Size: 1084 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  1:15           ` John Floren
@ 2012-10-24  1:18             ` Don A. Bailey
  2012-10-24  1:31             ` erik quanstrom
  2012-10-24  7:30             ` Anthony Martin
  2 siblings, 0 replies; 22+ messages in thread
From: Don A. Bailey @ 2012-10-24  1:18 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 2168 bytes --]

Thankfully, we are very well versed at tuning the Plan 9 kernel. I'll take
your advice and develop the benchmark.

Is your code concealed per work on NxM? Just curious as NxM seems to solve
(in what little I know about it) some of the issues we are trying to solve
with Go+Plan 9.

D

On Tue, Oct 23, 2012 at 6:15 PM, John Floren <john@jfloren.net> wrote:

> On Tue, Oct 23, 2012 at 5:41 PM, Matthew Veety <mveety@gmail.com> wrote:
> > On 10/23/2012 8:11 PM, Don A. Bailey wrote:
> >>
> >> Go embeds parallel/grid functionality now instead of just lightweight
> >> thread execution? Which packages would you point me at?
> >>
> >> Thanks,
> >> D
> >>
> >> On Tue, Oct 23, 2012 at 5:09 PM, ron minnich <rminnich@gmail.com
> >> <mailto:rminnich@gmail.com>> wrote:
> >>
> >>     On Tue, Oct 23, 2012 at 1:22 PM, Don A. Bailey
> >>     <donb@capitolhillconsultants.com
> >>     <mailto:donb@capitolhillconsultants.com>> wrote:
> >>
> >>      > I'm interested in the code for managing grid nodes and delegating
> >>     tasks.
> >>
> >>     Real code? talk to charles.
> >>
> >>     Or now that Go works, you could look at some of those packages.
> >>
> >>     ron
> >>
> >>
> >>
> >>
> >> --
> >> Don A. Bailey
> >> CEO/Founding Partner
> >> Capitol Hill Consultants LLC
> >> 1-303-947-6557
> >>
> >>
> >
> > I would avoid using Go on Plan 9 right now for anything production
> because
> > it has issues when using many concurrent tcp connections. If you do want
> to
> > use Go, stick with reading and writing files, and let 9P do it's thing.
> >
> > --
> > Veety
> >
> >
>
> Write a basic http server for Plan 9 (in C) and run Apache Benchmark
> against it. Somewhere around 100 concurrent connections, I tend to get
> failure. There's code in /sys/src/9/ip that has a hard limit on the #
> of concurrent connections IIRC.
>
> I'd post the code for the server I wrote, but it was written as part
> of work so I can't. Still, it's not hard to put together a server
> which responds only to a GET.
>
> john
>
>


--
Don A. Bailey
CEO/Founding Partner
Capitol Hill Consultants LLC
1-303-947-6557

[-- Attachment #2: Type: text/html, Size: 3309 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  1:11               ` Don A. Bailey
@ 2012-10-24  1:26                 ` Kurt H Maier
  2012-10-24  1:29                   ` Don A. Bailey
  0 siblings, 1 reply; 22+ messages in thread
From: Kurt H Maier @ 2012-10-24  1:26 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Oct 23, 2012 at 06:11:54PM -0700, Don A. Bailey wrote:
> If I wanted to be insulted, I'd subscribe to a Reddit feed. ;)
>
> D


Thanks for letting us know, D.

The Right Reverend Kurt H. Maier, Esq.
Daughter of the Fifth House of Betazed
Holder of the Sacred Chalice of Rixx
Heir to the Holy Rings of Betazed
Ferenginar Acquisitions, LLC
1-631-960-7187



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  1:26                 ` Kurt H Maier
@ 2012-10-24  1:29                   ` Don A. Bailey
  2012-10-24  1:34                     ` erik quanstrom
  2012-10-24  1:58                     ` Kurt H Maier
  0 siblings, 2 replies; 22+ messages in thread
From: Don A. Bailey @ 2012-10-24  1:29 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 746 bytes --]

Haha, it's good to know the caustic wit of 9fans hasn't changed in the
twelve years I've participated in it. Screen names change, but trolls will
always persist.

<3
D

On Tue, Oct 23, 2012 at 6:26 PM, Kurt H Maier <khm-9@intma.in> wrote:

> On Tue, Oct 23, 2012 at 06:11:54PM -0700, Don A. Bailey wrote:
> > If I wanted to be insulted, I'd subscribe to a Reddit feed. ;)
> >
> > D
>
>
> Thanks for letting us know, D.
>
> The Right Reverend Kurt H. Maier, Esq.
> Daughter of the Fifth House of Betazed
> Holder of the Sacred Chalice of Rixx
> Heir to the Holy Rings of Betazed
> Ferenginar Acquisitions, LLC
> 1-631-960-7187
>
>


--
Don A. Bailey
CEO/Founding Partner
Capitol Hill Consultants LLC
1-303-947-6557

[-- Attachment #2: Type: text/html, Size: 1228 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  1:15           ` John Floren
  2012-10-24  1:18             ` Don A. Bailey
@ 2012-10-24  1:31             ` erik quanstrom
  2012-10-24  7:30             ` Anthony Martin
  2 siblings, 0 replies; 22+ messages in thread
From: erik quanstrom @ 2012-10-24  1:31 UTC (permalink / raw)
  To: 9fans

> Write a basic http server for Plan 9 (in C) and run Apache Benchmark
> against it. Somewhere around 100 concurrent connections, I tend to get
> failure. There's code in /sys/src/9/ip that has a hard limit on the #
> of concurrent connections IIRC.
>
> I'd post the code for the server I wrote, but it was written as part
> of work so I can't. Still, it's not hard to put together a server
> which responds only to a GET.

the limit is 1024 for a terminal, and 4096 for a cpu server.
if you get a failure at a lower number, then it's not because
of concurrent connections, but something else.

i know the original nix tcp code had trouble with zero-window
probes.  i'm not sure if the same was ever true of the distribution.

- erik



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  1:29                   ` Don A. Bailey
@ 2012-10-24  1:34                     ` erik quanstrom
  2012-10-24  1:42                       ` Don A. Bailey
  2012-10-24  1:58                     ` Kurt H Maier
  1 sibling, 1 reply; 22+ messages in thread
From: erik quanstrom @ 2012-10-24  1:34 UTC (permalink / raw)
  To: 9fans

On Tue Oct 23 21:30:08 EDT 2012, donb@capitolhillconsultants.com wrote:

> Haha, it's good to know the caustic wit of 9fans hasn't changed in the
> twelve years I've participated in it. Screen names change, but trolls will
> always persist.

biologists call it an ecological niche.

- erik



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  1:34                     ` erik quanstrom
@ 2012-10-24  1:42                       ` Don A. Bailey
  2012-10-24  2:41                         ` Bakul Shah
  0 siblings, 1 reply; 22+ messages in thread
From: Don A. Bailey @ 2012-10-24  1:42 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 685 bytes --]

If only Joseph Campbell were around to accurately define this lot. I think
he'd get a bigger kick out of 9fans than he did the Grateful Dead. Well,
maybe not. But close, I'm sure.

D

On Tue, Oct 23, 2012 at 6:34 PM, erik quanstrom <quanstro@quanstro.net>wrote:

> On Tue Oct 23 21:30:08 EDT 2012, donb@capitolhillconsultants.com wrote:
>
> > Haha, it's good to know the caustic wit of 9fans hasn't changed in the
> > twelve years I've participated in it. Screen names change, but trolls
> will
> > always persist.
>
> biologists call it an ecological niche.
>
> - erik
>
>


--
Don A. Bailey
CEO/Founding Partner
Capitol Hill Consultants LLC
1-303-947-6557

[-- Attachment #2: Type: text/html, Size: 1210 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  1:29                   ` Don A. Bailey
  2012-10-24  1:34                     ` erik quanstrom
@ 2012-10-24  1:58                     ` Kurt H Maier
  1 sibling, 0 replies; 22+ messages in thread
From: Kurt H Maier @ 2012-10-24  1:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Oct 23, 2012 at 06:29:19PM -0700, Don A. Bailey wrote:
> Haha, it's good to know the caustic wit of 9fans hasn't changed in the
> twelve years I've participated in it. Screen names change, but trolls will
> always persist.

Unlike your desire to look at code?  Why have you suddenly begun asking
questions that can easily be answered by opening source files?  Are you
under coercion?  Are you sending us a signal?





blink twice for yes, they can't record everything



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  1:42                       ` Don A. Bailey
@ 2012-10-24  2:41                         ` Bakul Shah
  0 siblings, 0 replies; 22+ messages in thread
From: Bakul Shah @ 2012-10-24  2:41 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

If I wanted to be insulted, I'd subscribe to a Reddit feed. ;)

On Tue, 23 Oct 2012 18:42:48 PDT "Don A. Bailey" <donb@capitolhillconsultants.com>  wrote:
> If only Joseph Campbell were around to accurately define this lot. I think
> he'd get a bigger kick out of 9fans than he did the Grateful Dead. Well,
> maybe not. But close, I'm sure.
>
> D
>
> On Tue, Oct 23, 2012 at 6:34 PM, erik quanstrom <quanstro@quanstro.net>wrote:
>
> > On Tue Oct 23 21:30:08 EDT 2012, donb@capitolhillconsultants.com wrote:
> >
> > > Haha, it's good to know the caustic wit of 9fans hasn't changed in the
> > > twelve years I've participated in it. Screen names change, but trolls
> > will
> > > always persist.
> >
> > biologists call it an ecological niche.

Egological.



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  1:15           ` John Floren
  2012-10-24  1:18             ` Don A. Bailey
  2012-10-24  1:31             ` erik quanstrom
@ 2012-10-24  7:30             ` Anthony Martin
  2012-10-24  7:46               ` erik quanstrom
  2 siblings, 1 reply; 22+ messages in thread
From: Anthony Martin @ 2012-10-24  7:30 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

John Floren <john@jfloren.net> once said:
> Write a basic http server for Plan 9 (in C) and run Apache Benchmark
> against it. Somewhere around 100 concurrent connections, I tend to get
> failure. There's code in /sys/src/9/ip that has a hard limit on the #
> of concurrent connections IIRC.

What happens when it fails? /sys/src/9/ip/ip.h:/Nchans isn't that low.
Do you get the "garbage collecting Convs" message from the kernel?

If you have stack traces or profiles, please post them on golang-dev
or send them directly to me. I'll try to get any bugs fixed promptly.

This goes for any other bugs encountered using Go on Plan 9.

Cheers,
  Anthony



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [9fans] 9grid?
  2012-10-24  7:30             ` Anthony Martin
@ 2012-10-24  7:46               ` erik quanstrom
  0 siblings, 0 replies; 22+ messages in thread
From: erik quanstrom @ 2012-10-24  7:46 UTC (permalink / raw)
  To: 9fans

On Wed Oct 24 03:32:07 EDT 2012, ality@pbrane.org wrote:
> John Floren <john@jfloren.net> once said:
> > Write a basic http server for Plan 9 (in C) and run Apache Benchmark
> > against it. Somewhere around 100 concurrent connections, I tend to get
> > failure. There's code in /sys/src/9/ip that has a hard limit on the #
> > of concurrent connections IIRC.
>
> What happens when it fails? /sys/src/9/ip/ip.h:/Nchans isn't that low.
> Do you get the "garbage collecting Convs" message from the kernel?

tcp uses scalednconv() which is basically Nchans*4.

- erik



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2012-10-24  7:46 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-23  4:49 [9fans] 9grid? Don A. Bailey
2012-10-23 14:46 ` Anthony Sorace
2012-10-23 20:22   ` Don A. Bailey
2012-10-24  0:09     ` ron minnich
2012-10-24  0:11       ` Don A. Bailey
2012-10-24  0:41         ` Matthew Veety
2012-10-24  0:44           ` Don A. Bailey
2012-10-24  0:51             ` Matthew Veety
2012-10-24  1:15               ` Don A. Bailey
2012-10-24  1:03             ` Kurt H Maier
2012-10-24  1:11               ` Don A. Bailey
2012-10-24  1:26                 ` Kurt H Maier
2012-10-24  1:29                   ` Don A. Bailey
2012-10-24  1:34                     ` erik quanstrom
2012-10-24  1:42                       ` Don A. Bailey
2012-10-24  2:41                         ` Bakul Shah
2012-10-24  1:58                     ` Kurt H Maier
2012-10-24  1:15           ` John Floren
2012-10-24  1:18             ` Don A. Bailey
2012-10-24  1:31             ` erik quanstrom
2012-10-24  7:30             ` Anthony Martin
2012-10-24  7:46               ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).