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

Implement update wiktionary job execution #35

Closed
ISibboI opened this issue Aug 13, 2023 · 1 comment · Fixed by #36
Closed

Implement update wiktionary job execution #35

ISibboI opened this issue Aug 13, 2023 · 1 comment · Fixed by #36
Assignees
Labels
enhancement New feature or request

Comments

@ISibboI
Copy link
Owner

ISibboI commented Aug 13, 2023

How should it be executed?

  • Separate thread? Then we would need multithreaded runtime.
  • By making the parsing actually async? There were problems with bz2 unpacking at least, and quickxml may not support it either. But this would be the best solution.
  • Separate process? Then we would need to figure out how to launch an instance of ourselves with different arguments securely.
@ISibboI
Copy link
Owner Author

ISibboI commented Aug 13, 2023

Decision: make it actually async.

@ISibboI ISibboI self-assigned this Aug 13, 2023
@ISibboI ISibboI added the enhancement New feature or request label Aug 13, 2023
@ISibboI ISibboI linked a pull request Aug 13, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant