Skip to content

Commit 057e6ec

Browse files
authored
Merge pull request #41 from nicholasguyett/patch-1
Make lack of ASP.NET/IIS support explicit in readme
2 parents 480d133 + 9d6f15a commit 057e6ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ As a final note, I should note that when using this component there's no need to
3030

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

33+
* **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.
34+
3335

0 commit comments

Comments
 (0)