Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract process_tx functionality from the Client and run it on 4 threads #13001

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ssavenko-near
Copy link
Contributor

@ssavenko-near ssavenko-near commented Feb 26, 2025

  • put a mutex on the transaction pool
  • replaced the chain operations to operate on the "chain_for_view_client"
  • run the TxProcessor on 4 threads
  • and connect the JsonRpc to it for the TxRequest processing.

@ssavenko-near ssavenko-near force-pushed the slavas/txpool-mt branch 2 times, most recently from 6803200 to 2ddbaf7 Compare February 27, 2025 11:04
 - put a mutex on the transaction pool
 - replaced the chain operations to operate on the "chain_for_view_client"
 - run the TxProcessor on 4 threads
 - and connect the JsonRpc to it for the TxRequest processing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant