Does pthread lib contain a threadpool implementation? or commonly used libs that people use /
There is no official pthread threadpool library, although there are many other people libraries that can be found through Google.
Thread pools require some form of cross-threading to send tasks that do not match the basic functions of streaming.
- ØMQ, ITC, IPC, TCP PGM, BSD API. ØMQ , , , .
Jeanna Matthews . ? .
POSIX stander trraed pthread_create:
int pthread_create(pthread_t *thread_id, const pthread_attr_t * attr, void *(*start_routine)(void*), void *arg);
, pthread_create, semaphore. .
pthread_create
semaphore
Source: https://habr.com/ru/post/1782883/More articles:Help fix php / api / curl code, please - performanceA reliable way to select all text in a text field - javascriptПерекрытие запросов HTTPS? - phpHow do you plan to host a page in VS2010 without using tables? - htmlReplacing Do ... While Loops - loopsIs there a command line flag for installing PYTHONHOME? - pythonRails by creating related records along with the parent? - ruby-on-railsНе удалось обработать UIInterfaceOrientationPortraitUpsideDown для просмотра Контроллер для iPad - ipadHow to access controls in a Gridview template with a user id - asp.netDoes the flow of context not display the correct output? - phpAll Articles