Commit 46396aac21a3cd78fa3793222063b293e4ea5794

Thomas de Grivel 2018-06-29T12:08:49

add hint to configure epoll

1
2
3
4
5
6
7
8
9
10
diff --git a/thot b/thot
index e71553a..147adee 100755
--- a/thot
+++ b/thot
@@ -8,4 +8,5 @@
 (asdf:load-system :thot)
 (setf thot:*disable-threads* t)
 (thot:configure-threads)
+;(thot:maybe-configure-epoll)
 (thot:start)