Hello again shripaldalal!
Thanks for the detailed description of your scenario. It sounds like JScript/VBScript should work just fine, and yes, both engines support 64-bit processes. Thread affinity should not be a problem as long as your application processes requests synchronously.
V8 should work as well, and is your only choice if your application uses asynchronous operations to process requests. V8 is generally much faster than JScript, but deploying ClearScript with V8 is a bit more difficult because it involves multiple assemblies.
Good luck!
Thanks for the detailed description of your scenario. It sounds like JScript/VBScript should work just fine, and yes, both engines support 64-bit processes. Thread affinity should not be a problem as long as your application processes requests synchronously.
V8 should work as well, and is your only choice if your application uses asynchronous operations to process requests. V8 is generally much faster than JScript, but deploying ClearScript with V8 is a bit more difficult because it involves multiple assemblies.
Good luck!