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

Running Overlord on multiple Lisp processes (machines?) #19

Open
ruricolist opened this issue Aug 4, 2020 · 1 comment
Open

Running Overlord on multiple Lisp processes (machines?) #19

ruricolist opened this issue Aug 4, 2020 · 1 comment

Comments

@ruricolist
Copy link
Owner

Overlord handles parallel builds with Lisp threads, but not between multiple Lisp instances. Two things need to happen to make this possible:

  1. Write a portable file-locking library (the Windows part is already done).
  2. Rewrite the database as a protocol that supports different backends, and add support for an external backend (e.g. SQLite).
@ruricolist
Copy link
Owner Author

ruricolist commented Feb 19, 2022

On further thought, it would probably be better to coordinate file access through the database and not bother with OS-level file locking. Especially if we want to generalize to running on multiple machines.

@ruricolist ruricolist changed the title Process-level parallelism Running Overlord on multiple Lisp processes (machines?) Feb 19, 2022
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