Deutsch English Français Italiano |
<vql2bf$uei7$2@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!eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.lang.c Subject: Re: Python recompile Date: Sun, 9 Mar 2025 21:48:31 -0000 (UTC) Organization: A noiseless patient Spider Lines: 22 Message-ID: <vql2bf$uei7$2@dont-email.me> References: <vq1qas$j22$1@gallifrey.nk.ca> <vq3oag$18iv6$1@dont-email.me> <vq4hf2$1brf7$1@dont-email.me> <vq4l3d$1ck9e$1@dont-email.me> <vq4m0u$1ctpn$1@dont-email.me> <vq4n05$1d5dv$1@dont-email.me> <vq4om7$1dbo2$2@dont-email.me> <vq6dqh$1pskk$1@dont-email.me> <vq6f8p$1pmnk$1@dont-email.me> <vq6gqc$1qcp8$1@dont-email.me> <vq6ips$1pmnk$2@dont-email.me> <vq6j5h$1qosf$1@dont-email.me> <20250304092827.708@kylheku.com> <vq7g1p$1vmg5$1@dont-email.me> <vq94dt$2boso$1@dont-email.me> <vqcsk7$23bfo$1@paganini.bofh.team> <vqefn1$3flpt$1@dont-email.me> <vqeu5c$3imil$1@dont-email.me> <vqeun4$3iqbq$1@dont-email.me> <vqfcbe$3lkkc$1@dont-email.me> <871pv861ht.fsf@nosuchdomain.example.com> <20250308192940.00001351@yahoo.com> <vqi1ge$8jg8$1@dont-email.me> <vqibt3$ahu0$3@dont-email.me> <vqiibq$bq1o$7@dont-email.me> <20250309012626.00001276@yahoo.com> <vqiugc$dv5o$2@dont-email.me> <20250309112807.0000489d@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Sun, 09 Mar 2025 22:48:31 +0100 (CET) Injection-Info: dont-email.me; posting-host="c313810d5ee9ac2155cf0a81882eea71"; logging-data="997959"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18nz1OXoZlONg6uBMwsPDry" User-Agent: Pan/0.162 (Pokrosvk) Cancel-Lock: sha1:Lje+mPp9IbH+R+mZ30MqC1PKjWM= Bytes: 2531 On Sun, 9 Mar 2025 11:28:07 +0200, Michael S wrote: > select/poll is the one way to do event-driven programming. Yes it is. > There are other ways. But you just said ... > In particular, under Windows you can simultaneously wait for > multiple objects with API that is called... Surprise! > WaitForMultipleObjects. So, just select/poll under another name, then. It really is “the one way to do event-driven programming”. Only with the usual Windows approach of added clunkiness. > Yes, it does not work directly with anonymous files. But anonymous file > can be treated as a special version of named pipe and then it does work. I don’t think that makes sense. Otherwise the problem wouldn’t exist.