Hi Jules,
Thanks for giving ClearScript a try. A few questions:
Thanks for giving ClearScript a try. A few questions:
- How are you measuring performance? For example, are you looking at the average time to process a request, average time within
evaluateScript()
, etc.? - What do the scripts you're running look like, in general? How large are they? Are they static, or generated on the spot? How many different ones are there?
- Do your scripts access host objects and/or types?
- Does your application process multiple requests simultaneously? If so, what is your concurrency model?
-
The
ClearScriptV8Scripting
class above seems to provide no facility for disposing its internalV8ScriptEngine
instance. Is that something you left out, or are you actually not disposing those instances?