From 0b7d760a5cde7fc6efa6fe2cfa49b29df0386dab Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 19 Feb 2006 23:09:06 +0000 Subject: [PATCH] added the most important part --- doc/RULES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/RULES b/doc/RULES index 3374766..a628363 100644 --- a/doc/RULES +++ b/doc/RULES @@ -93,3 +93,10 @@ after. Empty lines are definitely preferred to save bandwidth. An ascii file ends with \n, and preferrable not with other empty lines. That means: make sure the last line doesn't contain any characters, thanks. + +5.-99.) Threads are bad. + +(Unless they are worker threads. And sleep()ing is definitely not working. +So if you every having a thread which sleeps, you did something wrong. There +are eTimers, and not knowing how to use them is no excuse to throw aways all +enigma code design concepts.) -- 2.7.4