Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.unix.programmer > #15751
| From | Keith Thompson <Keith.S.Thompson+u@gmail.com> |
|---|---|
| Newsgroups | comp.unix.programmer |
| Subject | Re: Getting SOMAXCONN |
| Date | 2024-04-08 15:47 -0700 |
| Organization | None to speak of |
| Message-ID | <87sezvfp49.fsf@nosuchdomain.example.com> (permalink) |
| References | <uqbtpc$170j7$1@dont-email.me> <uqd7oa$1hn3i$1@dont-email.me> <uqdd00$17sec$1@news.xmission.com> <20240407173313.54ea08fab5b020b97755f38c@speakeasy.net> <uv1r0b$3oohj$5@dont-email.me> |
Lawrence D'Oliveiro <ldo@nz.invalid> writes:
> On Mon, 08 Apr 2024 19:46:32 +0000, James K. Lowden wrote:
>
>> DISPLAY "somaxconn is " DATUM. DIVIDE 1024 into DATUM.
>> DISPLAY "somaxconn is " DATUM " KB".
>
> Just a note that SOMAXCONN is a number of entries (the limit on the
> accept-pending queue), not a size in bytes.
>
>> gcobol is the ISO COBOL front-end being developed for GCC.
>
> Is that different from gnucobol?
Yes. GnuCOBOL evolved from OpenCOBOL, and is a translator that
generates C code that's fed to gcc. gcobol (which is newer) is a
frontend for gcc.
--
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
Working, but not speaking, for Medtronic
void Void(void) { Void(); } /* The recursive call of the void */
Back to comp.unix.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Getting SOMAXCONN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-02-12 01:54 +0000
Re: Getting SOMAXCONN Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-02-12 13:51 +0000
Re: Getting SOMAXCONN gazelle@shell.xmission.com (Kenny McCormack) - 2024-02-12 15:20 +0000
Re: Getting SOMAXCONN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-02-12 21:07 +0000
Re: Getting SOMAXCONN "James K. Lowden" <jklowden@speakeasy.net> - 2024-04-08 19:46 +0000
Re: Getting SOMAXCONN gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-08 21:01 +0000
Re: Getting SOMAXCONN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-08 22:27 +0000
Re: Getting SOMAXCONN Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-08 15:47 -0700
Re: Getting SOMAXCONN "James K. Lowden" <jklowden@speakeasy.net> - 2024-04-08 23:32 +0000
Re: Getting SOMAXCONN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-02-12 20:46 +0000
Re: Getting SOMAXCONN Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-02-12 20:58 +0000
Re: Getting SOMAXCONN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-02-12 21:08 +0000
Re: Getting SOMAXCONN Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-02-12 21:09 +0000
Re: Getting SOMAXCONN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-02-12 21:16 +0000
Re: Getting SOMAXCONN Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-02-12 21:08 +0000
Re: Getting SOMAXCONN scott@slp53.sl.home (Scott Lurndal) - 2024-02-12 20:59 +0000
Re: Getting SOMAXCONN Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-02-12 13:51 -0800
Re: Getting SOMAXCONN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-02-12 22:09 +0000
Re: Getting SOMAXCONN Kaz Kylheku <433-929-6894@kylheku.com> - 2024-02-12 21:53 +0000
Re: Getting SOMAXCONN Nicolas George <nicolas$george@salle-s.org> - 2024-02-12 16:38 +0000
Re: Getting SOMAXCONN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-02-12 20:45 +0000
Re: Getting SOMAXCONN Nicolas George <nicolas$george@salle-s.org> - 2024-02-12 22:12 +0000
Re: Getting SOMAXCONN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-02-13 01:26 +0000
Re: Getting SOMAXCONN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-02-13 07:48 +0000
Re: Getting SOMAXCONN Nicolas George <nicolas$george@salle-s.org> - 2024-02-13 08:09 +0000
Re: Getting SOMAXCONN scott@slp53.sl.home (Scott Lurndal) - 2024-02-13 15:12 +0000
Re: Getting SOMAXCONN Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-02-13 15:35 +0000
Re: Getting SOMAXCONN Nicolas George <nicolas$george@salle-s.org> - 2024-02-13 16:12 +0000
Re: Getting SOMAXCONN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-02-13 21:17 +0000
csiph-web