From c24f315f3537cf260cf35b0214aaa2228fe53f97 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Wed, 29 Nov 2023 04:02:28 +0100 Subject: [PATCH] README.md update. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ce45ce..456a93b 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ # *IMPORTANT:* +** Because people are asking... Linspector is actually more some kind of a research project for evaluating stuff, but a lot of the code is used in some private projects. I am working on the API definition mostly and there is a lot of code that must be refactored/rewrited ASAP.** + **Linspector is currently not process safe because of the GIL! I am refactoring a lot of stuff at the moment. When running the scheduler in thread-mode everything is fine, but I really want to make it possible to run Linspector using the process-mode of APScheduler...** -**THE CORE NEEDS A REDESIGN AND PARTLY REWRITE TO BE FULLY PROCESS SAFE! I AM WORKING ON THIS +**THE CORE NEEDS A REDESIGN AND PARTLY REWRITE TO BE FULLY PROCESS SAFE! I AM WORKING ON THIS NOW. THE CONFIGURATION INTERFACE WILL NOT BE CHANGED! (2023.10.22)** ## About