Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • If you want to learn how threads work then don't use BGW, it will keep you out of trouble too much. Commented Dec 3, 2010 at 20:05
  • 1
    If you use BlockingCollection then you're on Fx4 and you should look into Tasks (TPL) rather than threads. Commented Dec 3, 2010 at 20:49
  • @Henk; Dude. Thanks. (I'm still going to look into threads but) Thank you for telling me about the existence of System.Threading.Tasks. Let the record show that this is "what I wanted" (BlockingCollection + Tasks): codethinked.com/post/2010/02/08/… Commented Dec 3, 2010 at 20:59
  • How big is the file you want to send? It has to be many megabytes. Commented Nov 10, 2024 at 12:09