Skip to content

Commit

Permalink
Merge pull request #41 from nicholasguyett/patch-1
Browse files Browse the repository at this point in the history
Make lack of ASP.NET/IIS support explicit in readme
  • Loading branch information
pruiz committed Jan 7, 2017
2 parents 480d133 + 9d6f15a commit 057e6ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -30,4 +30,6 @@ As a final note, I should note that when using this component there's no need to

This makes the dll bigger (even if native dll's are embedded as gzipped resources), but this makes things much more fun & easier.. ;)

* **No ASP.NET/IIS Support**: This has to do with the way IIS manages underlaying threads, and application pools. IIS instantiates & re-cycles pools and AppDomains from time to time, and this causes non-managed resources used by this library to not be released properly.


0 comments on commit 057e6ec

Please sign in to comment.