You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Gábor Gyimesi (Jira)" <ji...@apache.org> on 2022/11/24 13:32:00 UTC

[jira] [Created] (MINIFICPP-1996) Remove recursive mutex in ProcessGroup

Gábor Gyimesi created MINIFICPP-1996:
----------------------------------------

             Summary: Remove recursive mutex in ProcessGroup
                 Key: MINIFICPP-1996
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1996
             Project: Apache NiFi MiNiFi C++
          Issue Type: Improvement
            Reporter: Gábor Gyimesi


ProcessGroup class has a std::recursive_mutex for protecting its members which is overused in large scopes. The scope of its usage could be decreased to make increase performance and the recursive_mutex could be replaced with a simple std::mutex.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)