You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/12/05 08:26:54 UTC

[GitHub] nicolaferraro opened a new issue #254: Garbage-collect unused contexts

nicolaferraro opened a new issue #254: Garbage-collect unused contexts
URL: https://github.com/apache/camel-k/issues/254
 
 
   We tend to create multiple contexts and never delete them. We should activate a garbage collection mechanism to delete them when unused.
   
   We should make sure not to incur in any race condition. We should avoid to recycle new contexts, and delete them only when they are end-of-life. We may pre-compute some contexts in the future to save time.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services