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

Underlying process async #5

Open
Aaron-P opened this issue May 22, 2015 · 0 comments
Open

Underlying process async #5

Aaron-P opened this issue May 22, 2015 · 0 comments

Comments

@Aaron-P
Copy link
Member

Aaron-P commented May 22, 2015

Right now the underlying process of the importer interface is synchronous though the interface being used is async. It might be beneficial to make the process itself async, but I'm not sure how feasible it would be since EF DbContext is not thread safe. I don't think it would be an issue with the current setup, since we are creating and disposing of the contexts in each method call, but it might be better in terms of performance to use a shared context instead of going async.

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