in reply to Most memory efficient way to parallel http request

"Out of Memory" is likely more a symptom of a memory leak than of a coding implementation. There are differences between the different approaches to threading, but fundamentally they're doing pretty similar things. I'd suggest you're more likely to be suffering 'out of memory' as a result of something spawning new instances too aggressively.

Posting code might mean someone can point out the problem.

  • Comment on Re: Most memory efficient way to parallel http request