joe shoemaker wrote:
> I need to create python script that is threaded. So the main program
> will run in infinite loop and just retrieving messages and putting them
> in a queue. (Main thread)
>
> I need child threads from a pool to process the queue. When there is no
> stuff in the queue, the
I need to create python script that is threaded. So the main program will
run in infinite loop and just retrieving messages and putting them in a
queue. (Main thread)
I need child threads from a pool to process the queue. When there is no
stuff in the queue, they go to the pool and become availabl