r3016: - converted the events code to talloc
authorAndrew Tridgell <tridge@samba.org>
Sun, 17 Oct 2004 10:04:49 +0000 (10:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:57 +0000 (12:59 -0500)
commit6591a226144d371a6b68fc5e7201a90a77dc9153
tree072ee4cbf33f0469f23e424517d17b79c750852d
parent844de2b65c931120a2408365c00fa80cb65959fc
r3016: - converted the events code to talloc

- added the new messaging system, based on unix domain sockets. It
  gets over 10k messages/second on my laptop without any socket
  cacheing, which is better than I expected.

- added a LOCAL-MESSAGING torture test
(This used to be commit 3af06478da7ab34a272226d8d9ac87e0a4940cfb)
15 files changed:
source4/configure.in
source4/lib/events.c
source4/lib/messaging/config.m4 [new file with mode: 0644]
source4/lib/messaging/config.mk [new file with mode: 0644]
source4/lib/messaging/messaging.c [new file with mode: 0644]
source4/lib/socket/socket_unix.c
source4/libcli/raw/clitransport.c
source4/librpc/rpc/dcerpc_tcp.c
source4/smbd/config.mk
source4/smbd/process_thread.c
source4/smbd/service.c
source4/smbd/service.h
source4/torture/config.mk
source4/torture/local/messaging.c [new file with mode: 0644]
source4/torture/torture.c