search for: 43725cee

Displaying 1 result from an estimated 1 matches for "43725cee".

2007 Jan 26
1
Asynchronous Communications
Hello, I've written a BSD application that has to do many parallel CIFS authentications, SID to name, and name to SID operations. It was written using smbclient application as an example and links against libsmb. The problem is that it doesn't seem possible to send a large number of parallel operations to the domain controller using the samba libraries, unless I fork a lot of processes,