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

Parallel processing with multiprocessing #128

Closed
wants to merge 1 commit into from
Closed

Parallel processing with multiprocessing #128

wants to merge 1 commit into from

Conversation

fgregg
Copy link
Contributor

@fgregg fgregg commented May 28, 2013

First, let's implement parallel processing for a multicore machine using the python core library multiprocessing.

This is is useful in and of itself, but will also set us up for distributed computing.

Will close #111.

@fgregg
Copy link
Contributor Author

fgregg commented May 28, 2013

When I run this code on mysql_example, it spawns eight processes, each of which takes about 3.1 gigs of memory. We need to figure out why these processes are using that much memory, and how to avoid it.

@fgregg fgregg closed this Dec 19, 2013
@fgregg fgregg deleted the parallel branch December 19, 2013 14:47
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.

Parallel Processing
1 participant