First part of efficiency fixes for message sending to pid's (cutting down
commitfe6bb1e9edb51890f190f0a305493fba1286c5cb
authorJeremy Allison <jra@samba.org>
Fri, 10 Jan 2003 20:17:06 +0000 (10 20:17 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 10 Jan 2003 20:17:06 +0000 (10 20:17 +0000)
treed1b75a07c593b4da2967c1f2db3bd8f613d2babd
parentd2377ad55662339e859ac67ca7f07ab2492631ec
First part of efficiency fixes for message sending to pid's (cutting down
the amount of time we hold tdb locks). Gulp down all messages at once rather
than reading/re-writing one at a time. NOTE: All dispatch routines *must*
be able to cope with incoming message on *odd* byte boundaries (all current
handlers do).
Jeremy.
(This used to be commit 04243e39cf4e11dd20e6035f553722a9720f00ae)
source3/lib/messages.c