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

Start addressGenerator thread on demand #6

Open
g1itch opened this issue Mar 17, 2021 · 2 comments
Open

Start addressGenerator thread on demand #6

g1itch opened this issue Mar 17, 2021 · 2 comments

Comments

@g1itch
Copy link
Owner

g1itch commented Mar 17, 2021

The addressGenerator thread is started upon PyBitmessage start and uses some resources even if user doesn't create any addresses. I guess it can be refactored to start when it's needed first time to generate an address.

@g1itch
Copy link
Owner Author

g1itch commented Oct 4, 2021

Or maybe merge addressGenerator with singleWorker. Address generation is a sort of work too.

@g1itch
Copy link
Owner Author

g1itch commented Dec 10, 2021

Now I see it as part of the objectProcessor thread, or rather a method (or group of methods) of KeyManager() inside the thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant