Deutsch   English   Français   Italiano  
<uur81jphd34otdcshlbeju62a3a8o9aq65@4ax.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups: comp.unix.programmer
Subject: Re: Getting SOMAXCONN
Date: Mon, 08 Apr 2024 15:47:50 -0700
Organization: None to speak of
Lines: 21
Message-ID: <87sezvfp49.fsf@nosuchdomain.example.com>
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>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Mon, 08 Apr 2024 22:47:51 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="41710cd94b54dc6d2c462f463b62aa07";
	logging-data="3968178"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18MPVnplPJvnGngoehcWBb5"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Cancel-Lock: sha1:YN2i9dBYRXZFzJ4LLRdidSvW8KQ=
	sha1:2a/a4/PvEtKywETIsqa+Y+jEME0=
Bytes: 1872

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 */