Github user tliron commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/207#discussion_r153009028
  
    --- Diff: aria/parser/presentation/context.py ---
    @@ -63,3 +67,12 @@ def get_from_dict(self, *names):
             """
     
             return self.presenter._get_from_dict(*names) if self.presenter is 
not None else None
    +
    +    def create_executor(self):
    +        if self.threads == 1:
    --- End diff --
    
    What do you mean by "initiator"? You can configure the thread count in the 
parser context, just like everything else, whenever you start the parsing 
process. Normally you don't need to do this -- the defaults should be fine. 
Just for running tests in tox (which is multiprocess) it makes sense to 
override the default and enforce single-threading.


---

Reply via email to