From f2a165df9877bc25f4358c245e6dbc7ee375042b Mon Sep 17 00:00:00 2001 From: Darren Bane Date: Thu, 22 Oct 2020 19:21:29 +0100 Subject: Threading is hard --- doc/breaking_rules.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/breaking_rules.md b/doc/breaking_rules.md index 29c8267..94c7141 100644 --- a/doc/breaking_rules.md +++ b/doc/breaking_rules.md @@ -74,6 +74,8 @@ The following technology is recommended: For simple multi-user, use the IRCv3 bots (nickserv, chanserv) and IRCCloud or similar. +But avoid multi-threading at this stage, +event-driven should do the job. The following is probably the most work that makes sense without earning money. @@ -138,7 +140,8 @@ First, ensure that the surrounding infrastructure is in place: Then, the following code & documentation improvements should be made: * Document the system more exhaustively -* Can use more of quicklisp, e.g. the trivial-\* libraries. +* Can use more of quicklisp, e.g. the trivial-\* libraries +* Can multi-thread to take advantage of all cores * Port to platform.sh? Since we have a working prototype, -- cgit 1.4.1-2-gfad0