Sorry if this is a silly question, but can one create an array of Background Workers?
I am using the example from this post : how-to-use-wpf-background-worker
I'm doing document processing and would like to put each document in its own thread. Or should I use the same background worker object for each document?
Thx for any insight.