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

Client side queue #10

Open
ThomasArdal opened this issue May 6, 2014 · 1 comment
Open

Client side queue #10

ThomasArdal opened this issue May 6, 2014 · 1 comment

Comments

@ThomasArdal
Copy link
Member

The elmah.io client should implement some sort of clientside queue. In best case this would be async and messages on the queue persisted on disk. This way logging to elmah.io is super fast and can be resumed if the application restarts.

@ThomasArdal
Copy link
Member Author

The new QueueBackgroundWorkItem in .NET 4.5.2 looks like a great solution to this problem. I need to investigate what this method does, if the caller isn't in a web context. The elmah.io client can be used from other contexts like a console app, why this should continue to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant