Does with-aio-support work?

Volker Lendecke Volker.Lendecke at SerNet.DE
Fri Aug 20 00:33:56 MDT 2010


On Thu, Aug 19, 2010 at 08:26:14PM -0400, Yuehai Xu wrote:
> Can you please tell me how to trace it by monitoring the network, how
> to do you know which requests are from which clients? Here, I might
> misunderstand the definition of client, does it mean a process(running
> smbclient) or a machine? Because I know the IP address can help me to
> know where the requests are from, but, if several processes send
> requests concurrently from a single machine, how can you differentiate
> them?

client == "TCP connection". AIO helps for requests within a
single TCP connection. Requests from different TCP
connections are handled asynchronously with respect to each
other due to smbd forking per TCP connection.

Volker


More information about the samba-technical mailing list