search for: by_id

Displaying 3 results from an estimated 3 matches for "by_id".

Did you mean: my_id
2006 Mar 19
1
Rails and REST Example
Does anyone have an example of using REST and submitting data through a POST operation and then possibly loading that data with activerecord. Also, if you have client code written in another language (java,.net, C), would you have that code as well? Berlin Brown
2007 Jan 17
11
[PATCH] Add RCU support into Xen - Repost
...he RCU patch I have posted some time ago. The only change from the previous post, was to move it to a more recent version of xen-unstable (changeset 13386). I am planning to submit the following additional patches, after this one is accepted: 1) rename_find_domain.patch: Rename find_domain_by_id() to get_domain_by_id() 2) add_find_domain.patch: Add new find_domain_by_id() function that uses RCU 3) use_find_domain.patch: Replace invocations of get_domain_by_id()/put_domain() by find_domain_by_id() where possible. Thanks Renato Patch description: Import linux RCU code into Xe...
2007 Jan 17
11
[PATCH] Add RCU support into Xen - Repost
...he RCU patch I have posted some time ago. The only change from the previous post, was to move it to a more recent version of xen-unstable (changeset 13386). I am planning to submit the following additional patches, after this one is accepted: 1) rename_find_domain.patch: Rename find_domain_by_id() to get_domain_by_id() 2) add_find_domain.patch: Add new find_domain_by_id() function that uses RCU 3) use_find_domain.patch: Replace invocations of get_domain_by_id()/put_domain() by find_domain_by_id() where possible. Thanks Renato Patch description: Import linux RCU code into Xe...