-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Is your question about specific 1DS SDK APIs or Features?
Our team is working on a multi-process design of our Android application, I'm wondering if cpp_client_telemetry SDK is suitable for multi-process scenario.
For example, can we acquire multiple logger instances in each process, and those logger instances shall emit telemetry to backend in different tenants?
In multi-process scenario, it is hard to deal with synchronization because mutex is no longer working between processes. Besides, we don't want to pay the price to use IPC to emit telemetry. So, the best option for us is that each process should emit telemetry on its own.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested