Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Serializing execution of transformers #889

Closed
wants to merge 1 commit into from

Conversation

blois
Copy link

@blois blois commented Apr 10, 2014

When executing under pub serve the order of apply for the transformers may not be the same as the phase ordering. This was causing deadlocks for the transformers sharing a resolver as the read of an asset for one transformer was invoking the apply for a different transformer, which would then deadlock waiting for the resolver.

When executing under pub serve the order of apply for the transformers may not be the same as the phase ordering. This was causing deadlocks for the transformers sharing a resolver as the read of an asset for one transformer was invoking the apply for a different transformer, which would then deadlock waiting for the resolver.
@blois blois added cla: yes and removed cla: no labels Apr 10, 2014
blois pushed a commit that referenced this pull request Apr 11, 2014
When executing under pub serve the order of apply for the transformers may not be the same as the phase ordering. This was causing deadlocks for the transformers sharing a resolver as the read of an asset for one transformer was invoking the apply for a different transformer, which would then deadlock waiting for the resolver.

Closes #889
@blois blois closed this in 8b06e67 Apr 11, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

1 participant