RE: osapi services and asychronous calls

2011-09-20 Thread Ciancetta, Jesse E.
-...@incubator.apache.org Subject: RE: osapi services and asychronous calls We¹ve implemented our own userprefs osapi service (yes, we dumped the whole idea of sitting on top of appdata). As I understand it the calls to our service will be asynchronous. Recently Dan Dumont made some changes to the common

Re: osapi services and asychronous calls

2011-09-14 Thread daviesd
Jesse (and Dan offline), I'm glad I'm not the only one questioning this. I wondered if I was doing something wrong. Dan suggested a ON CONFLICT UPDATE solution on the db side. Looking at that. But we may also go with the locking mechanism. Thanks for the feedback. doug On 9/14/11 11:11 AM,

osapi services and asychronous calls

2011-09-13 Thread daviesd
We¹ve implemented our own userprefs osapi service (yes, we dumped the whole idea of sitting on top of appdata). As I understand it the calls to our service will be asynchronous. Recently Dan Dumont made some changes to the common container layer to support a callback for GET_PREFERENCES so that