stevedlawrence commented on PR #879:
URL: https://github.com/apache/daffodil/pull/879#issuecomment-1373987770

   > We should create the coroutine thread exactly once.
   
   Every new instance of the DaffodilUnparseContentHandler is a new coroutine 
and so will create a new thread. This is needed since a user could different 
SAX unparse calls in parallel and so they would need mutiple 
DaffodilUnparseContentHandlers, each with their own thread.
   
   And in the CLI performance command, each call to unparse creates a new 
DaffodilUnparseContentHandler, and thus a each uparse will create a new thread.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to