> 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