Any consensus or recommendations on whether or not to compile samba with pthreads and/or enabling the pthreadpool on a modern Linux distro? Thanks, Chris
On Wed, Apr 07, 2010 at 11:20:38AM -0400, Chris Smith wrote:> Any consensus or recommendations on whether or not to compile samba > with pthreads and/or enabling the pthreadpool on a modern Linux > distro?The Samba code itself doesn't use pthreads directly, but many of the subsystems it uses (eg. ldap, aio) do. So you're almost certainly compiling with pthreads whether you want to or not :-). Jeremy.