Displaying 1 result from an estimated 1 matches for "find_idle_child".
2013 Dec 10
1
can I let all winbindd processes accept connections like nginx does
Hi list,
I'm using samba3.6.12.
I find that seems only the parent winbindd process can accept connections, and it dispatches connections to his child.
besides it only dispatches connections to the completely idle child(find_idle_child).
AFAIK, nginx lets all its processes to accept connections, so it has a good performance.
I'm wondering can I modify some winbindd code to let all winbindd processes to accept connections and then handles the request.
If it is possible, I think I can get a better performance winbindd.
I wa...