Displaying 2 results from an estimated 2 matches for "pthead".
Did you mean:
pthread
2016 Mar 12
2
Questions about GSoC project: Speed up the Test Suite
...he run time of every
test.
As we know, multi-threads uses less resource and is easier to
communication than multi-processes, so I choose multi-threads. My questions
is that which multi-thread library is more suitable for Xapian? C++11's
<thread> or <pthread.h>? On the one hand, pthead is POSIX threads library
which will work well in Unix-like system. But in Windows, we need to
install the third-party library such as pthread-w32. On the other hand,
C++11's thread is standard library so we need install a third-party
library, but maybe not supported by the earlier GCC compiler....
2008 May 29
2
wine-kthread
i have install wine 9.60 on linux kernel 2.6.21 and by default wine work
with pthread if i force kthread any program like notepad produce segfault is possible use kthread with 2.6.21 kernel?