Re: The Joy of Python

Liste des GroupesRevenir à col advocacy 
Sujet : Re: The Joy of Python
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : comp.os.linux.advocacy
Date : 17. Apr 2024, 04:47:27
Autres entêtes
Message-ID : <l88rhuFigo2U1@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
On Wed, 17 Apr 2024 00:59:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

There is a downside, in that maintaining those reference counts reduces
the concurrency when trying to do multithreading. The Python folks have
a solution to that, which will take a bit of work to do correctly, but
which is slowly going in.

So far I haven't needed to use queue although I can see its potential. I
have been playing with MicroPython on a RP2040. It implements _threading
but queue is not done afaik. In this case one thread reads temperature/
humidity from a sensor while the other handles wifi connections requesting
for the data. A queue would be useful for accumulating history between
requests.

Date Sujet#  Auteur
16 Apr 24 * Re: The Folly of Python3rbowman
17 Apr 24 `* Re: The Joy of Python2Lawrence D'Oliveiro
17 Apr 24  `- Re: The Joy of Python1rbowman

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal