r4728: split up server_services into:
authorStefan Metzmacher <metze@samba.org>
Fri, 14 Jan 2005 01:32:56 +0000 (01:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:49 +0000 (13:08 -0500)
commit9327ec51d11855ec0ceac3ce1f4e0a75c8b57081
tree7f4427b4246b91b050c16e8dc5d1f0433eb7cc2d
parentcfc10f2a83b7c6190742498f1027256215cd0b31
r4728: split up server_services into:
- stream_socket services
  the smb, ldap and rpc service which sets up a srtam socket end then
  waits for connections
and
- task services
  which this you can create a seperate task that do something
  (this is also going through the process_model subsystem
  so with -M standard a new process for this created
  with -M thread a new thread ...

I'll add datagram services later when we whave support for datagram sockets in lib/socket/

see the next commit as an example for service_task's

metze
(This used to be commit d5fa02746c6569b09b6e05785642da2fad3ba3e0)
21 files changed:
source4/ldap_server/ldap_server.c
source4/ntvfs/posix/pvfs_wait.c
source4/ntvfs/posix/vfs_posix.c
source4/rpc_server/dcerpc_server.c
source4/rpc_server/dcerpc_sock.c
source4/smb_server/negprot.c
source4/smb_server/request.c
source4/smb_server/service.c
source4/smb_server/smb_server.c
source4/smb_server/smb_server.h
source4/smbd/config.mk
source4/smbd/process_model.c
source4/smbd/process_model.h
source4/smbd/process_single.c
source4/smbd/process_standard.c
source4/smbd/process_thread.c
source4/smbd/rewrite.c
source4/smbd/server.c
source4/smbd/server.h
source4/smbd/service.c
source4/smbd/service.h