summaryrefslogtreecommitdiff
path: root/source3/lib/server_prefork.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-21s3-prefork: Listening fds must be in non-blocking modeSimo Sorce1-0/+3
2011-08-21s3-prefork: Fix code to retire childrenSimo Sorce1-1/+3
2011-08-21s3-prefork: Add parent->client messagingSimo Sorce1-0/+10
2011-08-21s3-prefork: Improve heuristicsSimo Sorce1-4/+4
2011-08-21s3-prefork: Fix worker flags handling.Simo Sorce1-2/+1
2011-08-21s3-prefork: do not use a lock_fd, just race on accept()Simo Sorce1-5/+1
2011-08-21s3-prefork: Allow better management of allowed_clientsSimo Sorce1-5/+22
2011-08-10s3: Fix some typos -- Simo, please checkVolker Lendecke1-7/+7
2011-08-10s3-prefork: Pass the child a child_idSimo Sorce1-0/+1
2011-08-10s3-prefork: Return tsocket_address for client and serverSimo Sorce1-9/+12
2011-08-10s3-prefork: Pass messaging context around tooSimo Sorce1-2/+9
2011-08-10s3-prefork: Set up a SIGCHLD handler by defaultSimo Sorce1-10/+23
2011-08-10s3-prefork: Provide a cleanup functionSimo Sorce1-8/+4
2011-08-10s3-prefork: Inline Doxygen DocumentationSimo Sorce1-0/+160
2011-08-10s3-prefork: add support for multiple listning file descriptorsSimo Sorce1-9/+7
2011-08-10s3-prefork: provide way to send a signal to all childrenSimo Sorce1-0/+1
2011-08-10s3-prefork: provide means to expand the pool sizeSimo Sorce1-0/+1
2011-08-10s3-prefork: add way to manage number of clients per childSimo Sorce1-1/+5
2011-08-10s3-prefork: add asynchronous functionsSimo Sorce1-0/+8
2011-08-10s3-prefork: implement prefork frameworkSimo Sorce1-0/+76