Releases: Daniel15/JSPool
Releases · Daniel15/JSPool
0.3
- Added Recycle method to dispose all current engines and create new ones. This is essentially the same as disposing the whole pool and creating a new pool
- Added the ability to recycle the pool when any watched files are modified
0.2
- #2 - Collect garbage when
engine returned to pool
- #3 - Recycle workers after a
certain number of usages
- #4 and
#5 - Upgrade
JavaScriptEngineSwitcher to latest version to allow settings such as max heap
size in Web.config or App.config