taipy icon indicating copy to clipboard operation
taipy copied to clipboard

Investigate using queue without lock

Open trgiangdo opened this issue 2 years ago • 0 comments

In standalone job execution mode, when get and put item into queue, we are using a lock.

However, python Queue() is already thread safe (as mentioned in their doc.

Investigate if we can safely remove our lock.

trgiangdo avatar Feb 23 '24 02:02 trgiangdo