Thread pools: How do I use them?
1–10 of 48 posts
Re: Thread pools: How do I use them?
#2At that paragraph I immediately thought of http://aadrake.com/command-line-tools-can-be-235x-faster-tha...
Re: Thread pools: How do I use them?
#3Re: Thread pools: How do I use them?
#4Re: Thread pools: How do I use them?
#5I like the style of writing in this post. Its fresh in the programming world where everyone seems to know it all for someone to admit something is hard or confusing.
Re: Thread pools: How do I use them?
#6I like the style of writing in this post. Its fresh in the programming world where everyone seems to know it all for someone to admit something is hard or confusing.
Re: Thread pools: How do I use them?
#7I like the style of writing in this post. Its fresh in the programming world where everyone seems to know it all for someone to admit something is hard or confusing.
Re: Thread pools: How do I use them?
#8Maybe "Scala concurrency surprises" would be a better title.
Witness the unbounded and unconfigurable (though replaceable — at your own risk since you're setting a "private" variable of the pool) queue of Python 3's threadpool: https://hg.python.org/cpython/file/default/Lib/concurrent/fu...
Re: Thread pools: How do I use them?
#9Although python multithreading outside of IO tasks or dropping into C code that drops the GIL isn't going to parallelize, the latter of which is the only way you're going to burn up cores. The API does make it seem simple though.
Re: Thread pools: How do I use them?
#10I like the style of writing in this post. Its fresh in the programming world where everyone seems to know it all for someone to admit something is hard or confusing.
Heck yea. Im kind of new here and it can be so intimidating. I feel like everyone is an expert at everything.
So while it appears that everyone here is amazing; that isn't the case: we just tend to have something that we're very good at and comment on it.
The good thing is that you can learn a lot here as long as you don't get sidelined by some of the inane arguments and fighting :)