Thread pool (English Wikipedia)

Analysis of information sources in references of the Wikipedia article "Thread pool" in English language version.

refsWebsite
Global rank English rank
2nd place
2nd place
11th place
8th place
low place
low place
383rd place
320th place
low place
low place
low place
low place
1,475th place
1,188th place
low place
low place
8,118th place
6,098th place
low place
low place

brandur.org

  • "The Case For A Go Worker Pool — brandur.org". brandur.org. Retrieved 2021-07-27. Worker pools are a model in which a fixed number of m workers (implemented in Go with goroutines) work their way through n tasks in a work queue (implemented in Go with a channel). Work stays in a queue until a worker finishes up its current task and pulls a new one off.{{cite web}}: CS1 maint: url-status (link)

coldattic.info

doi.org

  • Yibei Ling; Tracy Mullen; Xiaola Lin (April 2000). "Analysis of optimal thread pool size". ACM SIGOPS Operating Systems Review. 34 (2): 42–55. doi:10.1145/346152.346320. S2CID 14048829.

github.com

gnu.org

gobyexample.com

golang.org

  • "Effective Go - The Go Programming Language". golang.org. Retrieved 2021-07-27. another approach that manages resources well is to start a fixed number of handle goroutines all reading from the request channel. The number of goroutines limits the number of simultaneous calls to process{{cite web}}: CS1 maint: url-status (link)

man7.org

qt.io

doc.qt.io

semanticscholar.org

api.semanticscholar.org

  • Yibei Ling; Tracy Mullen; Xiaola Lin (April 2000). "Analysis of optimal thread pool size". ACM SIGOPS Operating Systems Review. 34 (2): 42–55. doi:10.1145/346152.346320. S2CID 14048829.