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

make parallel execution possible #3

Open
Flyingmana opened this issue May 12, 2014 · 0 comments
Open

make parallel execution possible #3

Flyingmana opened this issue May 12, 2014 · 0 comments

Comments

@Flyingmana
Copy link
Member

should already work during the cron, as only the current executed Index gets a lock, so the others are not locked. Means we could run different Indices at the same time.

Implementation Ideas:

1:
add an additional parameter to the shell script for process code, so its easy as executiong two shell
scripts at the same time.

2:
use threading/forking offered by php extensions to execute all indices in parallel on the same call

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

1 participant