Open ruricolist opened 4 years ago
Overlord handles parallel builds with Lisp threads, but not between multiple Lisp instances. Two things need to happen to make this possible:
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.
Overlord handles parallel builds with Lisp threads, but not between multiple Lisp instances. Two things need to happen to make this possible: