Re: [squid-users] external helper development

2022-02-07 Thread David Touzeau
You are the best, We will launch a benchmark to see the diff Le 07/02/2022 à 16:14, Eliezer Croitoru a écrit : Hey David, Since the handle_stdout runs in it’s own thread it’s sole purpose is to send results to stdout. If I will run the next code in a simple software without the 0.5 sleep

Re: [squid-users] external helper development

2022-02-07 Thread Eliezer Croitoru
Hey David, Since the handle_stdout runs in it’s own thread it’s sole purpose is to send results to stdout. If I will run the next code in a simple software without the 0.5 sleep time: while RUNNING: if quit > 0: return while len(queue) > 0: