Kiran Pradeep

Results 22 comments of Kiran Pradeep

@darobs CMAKE_INSTALL_PREFIX in tools/build.sh has no impact on dependencies. Deps still continue to go to /usr/local

@damonbarry Thanks for the reply. Yes, I use Ubuntu 16.04 LTS. When I tried replacing `ThreadAPI_Sleep(0)` with `sched_yield()` in proxy_gateway.c, the CPU usage went from 10% to 100%. If I...

@damonbarry Sorry. My bad. I was confusing. I will update the issue title. Initially when I titled high CPU utilization, I meant 10% CPU utilization as it was high for...

@darobs Does the identity mapper module needs the source property(mapping) now? A devdoc([1](https://github.com/Azure/iot-edge/blob/master/modules/identitymap/devdoc/identity_map.md#identity-map-module-requirements)) comment mentions it was meant for a module to reject it's own messages.

@darobs The pull request doesn't touch identity mapper module. It only changes iothub module. For completion, shouldn't it change identity mapper too?

@zafields Yes. I am able to kill with out -9 and same crash repeats. Copying terminal below ``` username@machine_name:~/kiran/azure-iot-gateway-sdk/build$ ./samples/proxy_sample/proxy_sample ./launch_sample_lin.json gateway successfully created from JSON gateway shall run until...

@zefields Thanks. Is there any advantage in decision that activation.type: "launch" had to match an in-proc module behavior - Why not let the user decide(param/callback) to abort or continue in...

@zafields 1. No. I don't want iot-edge to restart a module. That would also make iot-edge, some sort of big init system - which IMHO is not an iot-edge responsibility....

@zafields On a second thought, the request for notification on out-of-proc module death( point 2 ), was a request specific for my application needs. I now think, iot-edge is not...

Some OpenCL headers are [here](https://github.com/linusyang/opencl-test-ios/tree/master/include/OpenCL). But they are too old. I too looking for same.