You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by "mxsm (via GitHub)" <gi...@apache.org> on 2023/02/18 16:19:13 UTC

[GitHub] [incubator-eventmesh] mxsm opened a new issue, #3201: [Enhancement][WIP]Optimize remote service related code

mxsm opened a new issue, #3201:
URL: https://github.com/apache/incubator-eventmesh/issues/3201

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Enhancement Request
   
   ![image](https://user-images.githubusercontent.com/15797831/219876482-76b80111-e565-4837-bfff-211ef15dd227.png)
   Optimize remote service related code
   
   ### Describe the solution you'd like
   
   ### 1. Optimization of Netty's Thread Model
   
   - Determine whether to create an EpollEventLoopGroup or NioEventLoopGroup based on whether the operating system is Linux or Windows
   - The bossGroup is used to listen and poll Accept requests
   - The ioGroup is mainly used to listen for READ and WRITE events. It handles channels registered by the Boss Group.
   - The workGroup is used to execute channels
   - A business thread pool is used to execute actual business logic
   
   ### 2. Refactoring and optimization of RemotingServer code
   
   - Code optimization
   - Set certain configurations, such as the number of threads in the thread pool, in the configuration file.
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@eventmesh.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] mytang0 closed issue #3201: [Enhancement]Optimize remote service related code

Posted by "mytang0 (via GitHub)" <gi...@apache.org>.
mytang0 closed issue #3201: [Enhancement]Optimize remote service related code
URL: https://github.com/apache/incubator-eventmesh/issues/3201


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org