-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPC mechanism in AppScope library for Cli #1108
Comments
- server: process with AppScope library in it - client: `scope` with new command inspect Closes: criblio#1108
- handle IPC mechanism communication between scoped application and CLI TODO: - cli - unit test - integration test - IPC namespace switch Closes: #1108
- handle IPC mechanism communication between scoped application and CLI TODO: - cli - unit test - integration test - IPC namespace switch Closes: #1108
- handle IPC mechanism communication between scoped application and CLI TODO: - cli - unit test - integration test - IPC namespace switch Closes: #1108
- handle IPC mechanism communication between scoped application and CLI TODO: - cli - unit test - integration test - IPC namespace switch Closes: #1108
- handle IPC mechanism communication between scoped application and CLI TODO: - unit test - CLI - integration test - IPC namespace switch Closes: #1108
- handle IPC mechanism communication between scoped application and CLI TODO: - CLI - integration test - IPC namespace switch Closes: #1108
- handle IPC mechanism communication between scoped application and CLI TODO: - CLI - integration test - IPC namespace switch Closes: #1108
- handle IPC mechanism communication between scoped application and CLI TODO: - CLI - integration test - IPC namespace switch Closes: #1108
- handle IPC mechanism communication between scoped application and CLI TODO: - CLI - integration test - IPC namespace switch Closes: #1108
- handle IPC mechanism communication between scoped application and CLI TODO: - CLI - integration test Closes: #1108
- handle IPC mechanism communication between scoped application and CLI Closes: #1108
- handle IPC mechanism communication between scoped application and CLI Closes: #1108
- handle IPC mechanism communication between scoped application and CLI Closes: #1108
- handle IPC mechanism communication between scoped application and CLI Closes: #1108
- framing mechanism - process configuration
Pull Request #1219 introduced the IPC mechanism.
|
Open questions:
|
- change message queue parameters - change message queues to be non-block on client side as well - add mandatory fields validation - add unit tests
- change message queue parameters - change message queues to be non-block on client side as well - add mandatory fields validation - add unit tests
- change message queue parameters - change message queues to be non-block on client side as well - add mandatory fields validation - add unit tests
@abetones: this is adding two new new cli commands (subcommands?) in v1.3.0. "scope inspect" and "scope update". We think that the cli-reference will need to be updated accordingly. |
- Replace `cJSON_free` with proper destroy method of CJSON object -> `CJSON_Delete` - Avoid double free in case of structure already added to root object - there is no need to priv structure anymore - Add missing `scope_free` for `cJSON_PrintUnformatted` method Ref: #1108
- handle IPC mechanism communication between scoped application and CLI TODO: - cli - unit test - integration test - IPC namespace switch Closes: criblio#1108
- Replace `cJSON_free` with proper destroy method of CJSON object -> `CJSON_Delete` - Avoid double free in case of structure already added to root object - there is no need to priv structure anymore - Add missing `scope_free` for `cJSON_PrintUnformatted` method Ref: criblio#1108
The need for a mechanism for the connection between cli and AppScope process:
detach
andreattach
to ask the application about the stateare you scoped?/ are you loaded?
mq_open
...)The text was updated successfully, but these errors were encountered: