Changes between Initial Version and Version 1 of LargeData
- Timestamp:
- 2008/02/12 16:09:40 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LargeData
v1 v1 1 == Large SOAP Attachments == 2 3 One problem of webservices is sending large data chunks around - something you want to minimise. SOAP attachments are not ideal. One way to avoid sending data through SOAP is through the use of a URI ([http://hackathon.dbcls.jp/search?q=lsid&wiki=on&changeset=on&ticket=on LSID]) referral - which will delay fetching data until the last moment and may be optimised, e.g. through a bittorrent download. 4