Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r3023: added immediate send of messages when they are first queued. This ↵ | Andrew Tridgell | 1 | -0/+2 | |
makes things a bit more efficient (This used to be commit 8380225d326e4bfb3f15fddc72c097870713132a) | |||||
2007-10-10 | r3018: handle STATUS_MORE_ENTRIES from socket_recv() in the messaging code | Andrew Tridgell | 1 | -0/+2 | |
(This used to be commit 13739b68d8357d5d330f12b851d0311feb81e545) | |||||
2007-10-10 | r3016: - converted the events code to talloc | Andrew Tridgell | 3 | -0/+454 | |
- 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) |