user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 0/6] various doc updates
@ 2023-03-09 19:28  7% Eric Wong
  2023-03-09 19:28  6% ` [PATCH 2/6] doc: technical/ds: update blurb to note more daemons Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2023-03-09 19:28 UTC (permalink / raw)
  To: meta

Something to distract me while waiting on codesearch indexing
slowness...

Eric Wong (6):
  doc: technical/memory: add note about mwrap-perl
  doc: technical/ds: update blurb to note more daemons
  doc: technical: document weird stuff in our codebase
  doc: lei import: add hints about nntp.* and imap.* config options
  doc: lei config: update with --edit and --list examples
  doc: 2.0.0 release notes update

 Documentation/RelNotes/v2.0.0.wip       | 28 +++++++++++++++++++++---
 Documentation/lei-config.pod            | 29 +++++++++++++++++++++++--
 Documentation/lei-import.pod            |  7 +++++-
 Documentation/technical/ds.txt          | 13 +++++++----
 Documentation/technical/memory.txt      |  6 +++++
 Documentation/technical/weird-stuff.txt | 22 +++++++++++++++++++
 MANIFEST                                |  1 +
 7 files changed, 96 insertions(+), 10 deletions(-)
 create mode 100644 Documentation/technical/weird-stuff.txt

^ permalink raw reply	[relevance 7%]

* [PATCH 2/6] doc: technical/ds: update blurb to note more daemons
  2023-03-09 19:28  7% [PATCH 0/6] various doc updates Eric Wong
@ 2023-03-09 19:28  6% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2023-03-09 19:28 UTC (permalink / raw)
  To: meta

And add a note about the various wakeup modes of kqueue|epoll
while we're at it; we use all of them!
---
 Documentation/technical/ds.txt | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/Documentation/technical/ds.txt b/Documentation/technical/ds.txt
index 89cc05af..4cfb62fe 100644
--- a/Documentation/technical/ds.txt
+++ b/Documentation/technical/ds.txt
@@ -1,9 +1,14 @@
 PublicInbox::DS - event loop and async I/O base class
 
-Our PublicInbox::DS event loop which powers public-inbox-nntpd
-and public-inbox-httpd diverges significantly from the
-unmaintained Danga::Socket package we forked from.  In fact,
-it's probably different from most other event loops out there.
+Our PublicInbox::DS event loop which powers most of our long-lived
+processes(*) diverges significantly from the unmaintained Danga::Socket
+package we forked from.  In fact, it's probably different from most
+other event loops out there.
+
+Most notably, it uses one-shot, level-trigger, and edge-trigger mode
+modes of kqueue|epoll depending on the situation.
+
+(*) public-inbox-netd,(-httpd,-imapd,-nntpd,-pop3d,-watch) + lei-daemon
 
 Most notably:
 

^ permalink raw reply related	[relevance 6%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2023-03-09 19:28  7% [PATCH 0/6] various doc updates Eric Wong
2023-03-09 19:28  6% ` [PATCH 2/6] doc: technical/ds: update blurb to note more daemons Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).