You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/04 15:08:58 UTC

[GitHub] [camel] PascalSchumacher opened a new pull request #6380: StaxConverter: Make input and output factory pool size implementation…

PascalSchumacher opened a new pull request #6380:
URL: https://github.com/apache/camel/pull/6380


   … match comments.
   
   Comments suggests that Runtime#availableProcessors should be used as pool size when it is greater than 20, but the current implementation uses Runtime#availableProcessors regardless of the amount of processors available if the system property "org.apache.cxf.staxutils.pool-size" is not set.
   
   Not sure if this is the correct way to solve it (open to suggestions).


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel] davsclaus merged pull request #6380: StaxConverter: Make input and output factory pool size implementation…

Posted by GitBox <gi...@apache.org>.
davsclaus merged pull request #6380:
URL: https://github.com/apache/camel/pull/6380






-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel] davsclaus commented on pull request #6380: StaxConverter: Make input and output factory pool size implementation…

Posted by GitBox <gi...@apache.org>.
davsclaus commented on pull request #6380:
URL: https://github.com/apache/camel/pull/6380#issuecomment-961173234


   Oh that is some old legacy code, we should not have anything to do with Apache CXF for this.
   
   We should get rid of this CXF thingy and then use the runtime processor count + 1


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel] davsclaus merged pull request #6380: StaxConverter: Make input and output factory pool size implementation…

Posted by GitBox <gi...@apache.org>.
davsclaus merged pull request #6380:
URL: https://github.com/apache/camel/pull/6380


   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org