Sujet : Re: Python (was Re: I did not inhale)
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.unix.shell comp.unix.programmer comp.lang.miscDate : 17. Aug 2024, 22:51:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v9r60h$2289h$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Pan/0.159 (Vovchansk; )
On Sat, 17 Aug 2024 12:58:31 +0200, Dmitry A. Kazakov wrote:
Windows inter-process API are far more advanced than what UNIX ever had.
It would be enough to mention famous file locks.
Except those file locks are more of a liability than an asset. They are
what prevent you from continuing to use a Windows system while it is being
updated, for example.
The reason why processes are not included is that they are used to deal
with some OS or design flaw that forces you to spawn some script or
application.
Or because the *nix tradition of being able to spawn a pipeline of
multiple processes, all cooperating to perform a common task, is difficult
and expensive, or even unreliable, under Windows.