DrEight

Results 14 comments of DrEight

I have a Azure DTU based database with 200DTUs. This is my typical scenario. The query takes: CPU time = 2235 ms, elapsed time = 1133 ms. I tried: 1)...

I would like to have at least the double of the performance. My concern is related to the storage and the number of the users connected to the db. 25000...

I used this launch.json, on your sample ( run script ), but I receive a lot of exceptions that I tried to fix without success for example in the class...

no I was not able to make it works. I'll wait for the 'debug adapter'. Do you have any estimation date ? Thank you for the work you are doing.

Thank you it works! Is it possibile also to attach to a running js script ?

the 'attach' works in your sample, but I tried with a very basic code like this: ChakraRuntime runtime = ChakraRuntime.Create(); ChakraContext context = runtime.CreateContext(true); // debug var debugCTS = new...

Thank you for your answer. What do you mean for a 'code generator'? Currently I'm passing to js a json that generate the object in JS. Are we talking about...

thank you for the confirmation. No I don't need an helper. I've already developed all the code. Since it is a very custom serializer/deserializer it does not make any sense...

This is a very bad news. I'm coming from Edge.js and practically I have to redo everything again to return back to V8. How can I know if/when you start...

Thank you for the clarification. I've already implemented a kind of 'batch' call, but it is not very elegant, so I'll don't create a pull request.