Commented Issue: Fatal error in heap setup, Allocation failed - process out...
Hi, While investigating some memory related issues in my application, I managed to reproduce what seems to be a problem. The following minimal application terminates on my PC after ~50 cycles and...
View ArticleNew Post: A bit more modularization
Hello ClearScript, what I initially wanted was something like require in node.js:Node.js var app = require('modulename'); app.Method(...) MyApp externals.use('modulename'); // loads the script...
View ArticleNew Post: A bit more modularization
Hi Torsten, If using a JavaScript package manager such as RequireJS is practical in your scenario, then we highly recommend it. These frameworks are specifically designed to manage dependencies,...
View ArticleCommented Issue: Strings with embedded null characters are not marshaled...
If a .NET or V8 string has an embedded null character, ClearScript truncates it during marshaling.Comments: Fix posted...
View ArticleCommented Issue: Fatal error in heap setup, Allocation failed - process out...
Hi, While investigating some memory related issues in my application, I managed to reproduce what seems to be a problem. The following minimal application terminates on my PC after ~50 cycles and...
View ArticleNew Post: Using V8 engine in WCF IIS Hosting is not working
Hi ClearScript, I use ClearScript with V8 in our WCF service and use IIS (Version 7.5) to host the WCF. I have already install VS C++ 2012 redistributable (both x86 and x64), VS C++ 2013...
View ArticleNew Post: Using V8 engine in WCF IIS Hosting is not working
Greetings! First of all, sorry about the less-than-helpful error message. In the next release of ClearScript the exception will include detailed information about the directories searched and the...
View ArticleNew Post: Highly concurrent server design
After prototyping and testing ClearScript, it turns out not to be a good fit for us. Thinking about it, I realize it should have been obvious to me that the goals of the project are far different from...
View ArticleCommented Issue: Fatal error in heap setup, Allocation failed - process out...
Hi, While investigating some memory related issues in my application, I managed to reproduce what seems to be a problem. The following minimal application terminates on my PC after ~50 cycles and...
View ArticleNew Post: Using V8 engine in WCF IIS Hosting is not working
Thank you for your reply. I have confirmed that I did not copy those dlls to bin directory. I tried to change the application pool identity to "Local service", "Local system", "ApplicationPoolIdentity"...
View ArticleNew Post: Highly concurrent server design
Hello xenadu, It does sound like ClearScript isn't quite what you're looking for, as it heavily favors interop simplicity over performance. If reflection is a deal breaker, then ClearScript is...
View ArticleCommented Issue: Fatal error in heap setup, Allocation failed - process out...
Hi, While investigating some memory related issues in my application, I managed to reproduce what seems to be a problem. The following minimal application terminates on my PC after ~50 cycles and...
View ArticleCommented Issue: Fatal error in heap setup, Allocation failed - process out...
Hi, While investigating some memory related issues in my application, I managed to reproduce what seems to be a problem. The following minimal application terminates on my PC after ~50 cycles and...
View ArticleNew Post: Running List ForEach using script
Based on your ListExtensions class I've created a slightly modified one:public static class ListExtensions { public static void forEach<T>(this IEnumerable<T> list, dynamic function) {...
View ArticleNew Post: ClearScript & Azure, Can't find ClearScriptV8-32.dll,...
hello, i am having the same problem with a web aplication running in IIS8 on windows server 2012 x64 standard. any ideas ? this is really urgent . thank you in advance .
View ArticleCommented Issue: Fatal error in heap setup, Allocation failed - process out...
Hi, While investigating some memory related issues in my application, I managed to reproduce what seems to be a problem. The following minimal application terminates on my PC after ~50 cycles and...
View ArticleCommented Issue: Fatal error in heap setup, Allocation failed - process out...
Hi, While investigating some memory related issues in my application, I managed to reproduce what seems to be a problem. The following minimal application terminates on my PC after ~50 cycles and...
View ArticleNew Post: ClearScript & Azure, Can't find ClearScriptV8-32.dll,...
Hi scharada, We have a pending change that improves error reporting for V8 deployment issues. Our plan was to bundle it with the next point release, but that's taking a while, so we'll post it on its...
View ArticleNew Post: Using V8 engine in WCF IIS Hosting is not working
Hi Cheokfan, We have a pending change that improves error reporting for V8 deployment issues. Our plan was to bundle it with the next point release, but that's taking a while, so we'll post it on its...
View ArticleSource code checked in, #bde0128581b843f83c46a2689f058ba2221af35d
Enhanced error reporting for V8 assembly load failures (Issue #39).
View Article