Agreed. We need to have a place to store incoming messages. WDYT about having a separate table having a foreign-key reference to operation table? So that we could save the responses for each operation there. Since it is a different table, the load on operation table will reduce at peak times.
Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: [email protected] Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com <http://wso2.com/>* lean.enterprise.middleware. On Wed, Mar 11, 2015 at 6:30 AM, Kasun Dananjaya Delgolla <[email protected]> wrote: > It's simillar in Android's case as well. Aren't we have to store reply > payloads and retrieve data from it when loading device data? Earlier we > handled it using a field in the notification table. > On Mar 10, 2015 5:46 PM, "Dilshan Edirisuriya" <[email protected]> wrote: > >> Hi >> >> In iOS some operation corresponds to a operation response. Like >> application list, device operations etc. has a response which has a list of >> applications, list of device properties etc. Right now I only see a status >> being changed upon getting an operation response. Hence how do we track the >> operation responses? >> >> Regards, >> >> Dilshan >> >> -- >> Dilshan Edirisuriya >> Senior Software Engineer - WSO2 >> Mob: + 94 777878905 >> http://wso2.com/ >> https://www.linkedin.com/profile/view?id=50486426 >> >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
