Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vag9mg$23hhf$6@dont-email.me>
Deutsch   English   Français   Italiano  
<vag9mg$23hhf$6@dont-email.me>

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

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Python (was Re: I did not inhale)
Date: Sun, 25 Aug 2024 22:02:56 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <vag9mg$23hhf$6@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me> <87il0lldf8.fsf@tudado.org>
	<choices-20240413123957@ram.dialup.fu-berlin.de>
	<v9lm2k$12qhv$1@dont-email.me> <v9m4gd$14scu$1@dont-email.me>
	<20240815182717.189@kylheku.com> <v9npls$1fjus$1@dont-email.me>
	<v9posc$1rpdj$1@dont-email.me> <v9pvoo$1sn55$1@dont-email.me>
	<v9r60h$2289h$2@dont-email.me> <v9sa91$2afht$1@dont-email.me>
	<v9sbf4$2artq$1@dont-email.me> <v9shqt$2bn73$1@dont-email.me>
	<v9t4vm$2eg9b$1@dont-email.me> <v9t6jg$2e96d$1@dont-email.me>
	<vaennp$1q5l3$2@dont-email.me> <vaf179$1rnhl$1@dont-email.me>
	<vafcau$1st8a$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 26 Aug 2024 00:02:56 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="eec8a5f8880ec9ebcfea2c2354da2438";
	logging-data="2213423"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18oodzkyLNs5vESHUKMrOnD"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:36SB9DRGQLP/+TbC84+yvBkcDGA=
Bytes: 2329

On Sun, 25 Aug 2024 13:41:50 -0000 (UTC), vallor wrote:

> On this Linux system, "man 7 unix", in the section "SCM_RIGHTS", it
> explains how the passing mechanism is handled.  One paragraph reads:
> 
>               Commonly, this operation is referred to as "passing  a
>               file  descriptor"  to  another process.  However, more
>               accurately, what is being passed is a reference to  an
>               open  file  description  (see open(2)), and in the re‐
>               ceiving process it is likely that a different file de‐
>               scriptor  number will be used.

Note the distinction between “file description” (the in-kernel data 
structure that stores the context about the open file), and “file 
descriptor” (the userland reference to the file description).