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

Switch to app domain #83

Merged
merged 8 commits into from
Feb 11, 2019
Merged

Switch to app domain #83

merged 8 commits into from
Feb 11, 2019

Conversation

dsafa
Copy link
Owner

@dsafa dsafa commented Feb 11, 2019

Switching audio source isolation method to app domains.
App domain isolation simplifies many things and meets the current requirements.
With app domains, audio sources can each load their own set of libraries without interfering with other sources. They can also be unloaded / restarted if errors are detected.

Lessons learned:

  • Make it simple. The original goal was to have isolation with the audio source so that they didn't leak into other audio sources, and be able to isolate errors and recover. App domains meet those requirements while keeping it simple with minimal plumbing.
  • Prototype: making a prototype with the different possible solutions would have given a good sense of working within that space.
  • Abstractions: Was able to switch from using WCf services to Appdomains relatively easily since interfaces were used.

@dsafa dsafa merged commit fdd3525 into master Feb 11, 2019
@dsafa dsafa deleted the plugin-rewrite-appdomain branch February 11, 2019 05:44
@dsafa dsafa mentioned this pull request Feb 13, 2019
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

Successfully merging this pull request may close these issues.

None yet

1 participant