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

Is there something like multiprocessing? #685

Closed
Davincible opened this issue Jun 24, 2018 · 1 comment
Closed

Is there something like multiprocessing? #685

Davincible opened this issue Jun 24, 2018 · 1 comment

Comments

@Davincible
Copy link

I've read online that the multiprocessing module doesn't work under Android, and that I should just use a simple tread. However, this makes the app unusable because it is doing way too much on one process.

I have a kivy app which originally runs web scrapers in different processes. Is there any work around for running more intensive tasks alongside a kivy application on android?

@AndreMiras
Copy link
Member

Not really buildozer related. You will have better chances taking a look at p4a services https://python-for-android.readthedocs.io/en/latest/services/
Also the mailing list or IRC is more appropriated for questions other the issue tracker will be a mess :/

@clayote clayote closed this as completed Jul 1, 2018
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

No branches or pull requests

3 participants