Le mercredi 11 mars 2015 à 06:10 +0000, 임지웅 a écrit :
> Hi folks,

Hi,

> I'd like to propose a new event delivery extension on Tizen appfw, which is 
> based on publish/subscribe model.
> Its implementation is based on DBus and consistent interface with previous 
> AppControl will be provided.
> 
(snip)

> Here are all interfaces that I'm designing.
> - int app_control_get_event_name(app_control_h app_control, char 
> **event_name); 
> - int app_control_get_event_data(app_control_h app_control, bundle 
> **event_data); 
> - int app_control_send_user_event(const char *event_name, bundle 
> *event_data); 
> - int app_control_send_user_event_trusted(const char *event_name, bundle 
> *event_data); 
> 
> I created a new JIRA issue, TC2473 
> (https://bugs.tizen.org/jira/browse/TC-2473).
> 
> Welcome any idea to improve this proposal.

The only idea that I had is for the applications that generate the event
to be able to query/wait a status of the library telling that the event
is fully distributed to what count of clients.

Thus the problematic is synchronous/asynchronous delivery of events. I'm
voting for a default asynchronous publishing but for also adding an
optional mechanism to synchronise after full delivery of the event.

Best regards
José Bollo

_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to