First part of efficiency fixes for message sending to pid's (cutting down
authorJeremy Allison <jra@samba.org>
Fri, 10 Jan 2003 20:17:02 +0000 (20:17 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 10 Jan 2003 20:17:02 +0000 (20:17 +0000)
commit6dea8137286f8c7178db084b879de5e9a0c5ca25
tree752e0447b44f20958a2fd5f7ad5cce6d7337d147
parent545087c060ee9bf3d2a092f4d99c79426e4a0ecb
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 b752c0340f96669b2b2573cf7d3d10f99580b070)
source3/lib/messages.c