BeautifulSoup doesn't work with a threaded input queue?
Christopher Reimer
christopher_reimer at yahoo.com
Sun Aug 27 17:19:24 EDT 2017
On 8/27/2017 1:50 PM, MRAB wrote:
> What if you don't sort the list? I ask because it sounds like you're
> changing 2 variables (i.e. list->queue, sorted->unsorted) at the same
> time, so you can't be sure that it's the queue that's the problem.
If I'm using a list, I'm using a for loop to input items into the parser.
If I'm using a queue, I'm using worker threads to put or get items.
The item is still the same whether in a list or a queue.
Chris R.
More information about the Python-list
mailing list