codepy
codepy copied to clipboard
question about relaxing locking
Hi,
So I'm a user of a package which depends on codepy (devitoproject.org). Since the compilations it generates can be quite slow (several minutes each), parallelism is obviously desirable if possible. The current locking system in codepy precludes this, if we want to also make use of the cache (which we do - because several minutes per compilation!).
Just so I don't start down a completely unwelcome path - can you please advise if a patch which changes the locking to be one-lockfile-per-hash (rather than a single lock on the whole cache directory) would be welcome?
Thanks!
Sure, I'd be happy to have that. Thanks for offering.