> On 17 Sep 2020, at 15:51, Dennis Lee Bieber wrote:
>
> On Wed, 16 Sep 2020 13:39:51 -0400, Alberto Sentieri <2...@tripolho.com>
> declaimed the following:
>
>
>> devices tested simultaneously, I soon run out of file descriptor. Well,
>> I increased the number of file descriptor in the appl
On 17/09/2020 16:51, Dennis Lee Bieber wrote:
> On Wed, 16 Sep 2020 13:39:51 -0400, Alberto Sentieri <2...@tripolho.com>
> declaimed the following:
>
>> devices tested simultaneously, I soon run out of file descriptor. Well,
>> I increased the number of file descriptor in the application and then
Hello Alberto,
I scrambled your original message a bit here.
> Apparently asyncio Queues use a Linux pipe and each queue require 2 file
> descriptors. Am I correct?
As far as I know (And I know a bit about asyncio in CPython 3.5+)
asyncio.queues.Queue doesn't use any file descriptor. It is imple
I have a suggestion about the implementation of asyncio queues that
could improve performance. I might be missing something, however. I am
sort of new to Python. Below a short description of the problem I am facing.
I wrote a daemon in Python 3 (running in Linux) which test many devices
at the