[web2py] Re: JSONRPC notes

2010-11-29 Thread ron_m
I would guess the id is so you can pair up the response if you had more than one request outstanding in an AJAX situation? On Nov 29, 12:39 am, Branko Vukelic bg.bra...@gmail.com wrote: Some notes I'd like to share. Comments and advice most welcome! web2py supports JSONRPC 1.1 (and not 2.0

Re: [web2py] Re: JSONRPC notes

2010-11-29 Thread Branko Vukelic
On Mon, Nov 29, 2010 at 7:12 PM, ron_m ron.mco...@gmail.com wrote: I would guess the id is so you can pair up the response if you had more than one request outstanding in an AJAX situation? Yes. If you're doing multiple request asynchronously, that is also useful. Of course, you cannot omit the