summaryrefslogtreecommitdiff
path: root/source3/lib/server_prefork.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-15s3-prefork: Do not use mmap/mremap/munmap directlySimo Sorce1-9/+11
2011-08-10s3-prefork: Fix use of child id.Simo Sorce1-2/+2
2011-08-10s3-prefork: Pass the child a child_idSimo Sorce1-2/+2
2011-08-10s3-prefork: Return tsocket_address for client and serverSimo Sorce1-16/+51
2011-08-10s3-prefork: Pass messaging context around tooSimo Sorce1-3/+8
2011-08-10s3-prefork: Set up a SIGCHLD handler by defaultSimo Sorce1-3/+57
2011-08-10s3-prefork: Provide a cleanup functionSimo Sorce1-9/+17
2011-08-10s3-prefork: better timing out semanticsSimo Sorce1-4/+14
2011-08-10s3-prefork: add support for multiple listning file descriptorsSimo Sorce1-81/+66
2011-08-10s3-prefork: provide way to send a signal to all childrenSimo Sorce1-0/+14
2011-08-10s3-prefork: provide means to expand the pool sizeSimo Sorce1-0/+32
2011-08-10s3-prefork: add way to manage number of clients per childSimo Sorce1-2/+33
2011-08-10s3-prefork: add asynchronous functionsSimo Sorce1-1/+259
2011-08-10s3-prefork: implement prefork frameworkSimo Sorce1-0/+502