-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Parallelization of processes for best performance #4905
Comments
|
this has another goal but the details/code maybe interesting: http://www.daniloaz.com/en/617/systems/high-cpu-load-when-converting-images-with-imagemagick/ |
|
maybe one should modify the title of this ticket to: |
Thanks for the report, but I think this ticket is too broad. What parts do you mean we can parallelize? |
hmm maybe you can have a look in the ticket text again: => The first concrete ideas can already be found within the comments. If theses approaches are fine, I or everyone else can add single tickets for each and make a link to these ticket within these ticket comments And when there are one day
|
I should have left it open as it's an interesting discussion! |
Now
see |
For best speed on todays multicore/mulithread servers,
piwik should be able to run as many processes as possible in parallel mode.
But which are the processes which can run in parallel mode??
This ticket is about a collection of ideas, and can be divided into several single tickets for each upcoming idea.
it was inspired from ticket:
#4903
One side question which has to be answered:
how to tell piwik how many cores/threads should be used max?
What Do you think about a setting where the advanced User can put in the max number of the cores/threads which are available in the server/should be used max. by Piwik?
The text was updated successfully, but these errors were encountered: