Details
Details
Assignee
jose bollo
jose bolloReporter
shubham kadu
shubham kaduLabels
Hardware Platform(s) Affected
QEMU ARM
QEMU ARM 64
QEMU x86_64
Components
Affects versions
Due date
Feb 09, 2023
Priority
Created February 7, 2023 at 5:45 AM
Updated June 21, 2023 at 3:06 PM
Resolved June 21, 2023 at 3:06 PM
Hello everyone,
Currently I am working on a solution where I have to call a common application from more than one applications and for every call, a new instance of a common application should be execute as shown in following picture.
Here I am calling App C from App A and App B using afb_api_call_sync() function but App C execute every call in synchronous manner. I want app c to be execute each call in new instance of App C.
Que: Is there any function/API available in AGL which call the application and execute in new instance for each application call?