svn commit: samba r7206 - in branches/SAMBA_4_0/source/lib/messaging: .

tridge at samba.org tridge at samba.org
Fri Jun 3 04:21:25 GMT 2005


Author: tridge
Date: 2005-06-03 04:21:25 +0000 (Fri, 03 Jun 2005)
New Revision: 7206

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7206

Log:
changed the messaging library to use sendto instead of a connected
send on the unix domain datagram socket. This gains us about 50% in
speed, and also means that we don't run the risk of running out of
file descriptors due to heavy messaging traffic. We now use a single
file descriptor no matter how many messages are pending to any number
of servers.

Modified:
   branches/SAMBA_4_0/source/lib/messaging/messaging.c


Changeset:
Sorry, the patch is too large (326 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7206


More information about the samba-cvs mailing list