Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: Memory Safety (Re: Python: A Little Trick For Every Need) Date: 12 Feb 2026 21:36:27 GMT Lines: 7 Message-ID: References: <-EOdnRUZmNTqQx_0nZ2dnZfqn_qdnZ2d@giganews.com> <10m28je$38cir$3@dont-email.me> <10m2bqs$39oes$1@dont-email.me> <10m2qvk$3g6mr$1@dont-email.me> <10m4go5$2gva$3@dont-email.me> <10m7b6c$10ebk$7@dont-email.me> <20260209100449.0000348a@gmail.com> <20260210080035.000048d0@gmail.com> <4k6dnSohvKvs8BD0nZ2dnZfqnPqdnZ2d@giganews.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net r0FTbzYQe7dyknOO4VDkQgVINciPzWp4ONcmMA3UZLvcoeuyDq Cancel-Lock: sha1:23QPi/jeaLiCWrDure7Txwm+T/E= sha256:UA52ix6P1KedGCuzevBZ9+rHaD+ZYa0m8Y4p8h73qqA= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:81999 On Thu, 12 Feb 2026 01:04:33 -0500, c186282 wrote: > Interrupts are very important for buttons and some sensors ! > Otherwise you have to waste vast CPU *polling*. It all depends. Interrupts add complexity. For many applications the CPU doesn't have anything better to do than poll.