multi threading #21
-
should we use rust std thread mechanism or tokio async model for indexing and serving a diretory collection at the same ? |
Beta Was this translation helpful? Give feedback.
Answered by
bozkayasalihx
Oct 1, 2023
Replies: 1 comment
-
basicly. i've also researched that too. decided to go with standard library spawn method. but in the future for resolving performance panalties i could you tokio async model too |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bozkayasalihx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
basicly. i've also researched that too. decided to go with standard library spawn method. but in the future for resolving performance panalties i could you tokio async model too