The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.
|
HistoricalComments
John Richards 1/02/2019 9:54:25 AM
Could we please have some example use cases to help with our discussions. Thanks John R. SSI Ltd 25/10/2018 8:22:33 AM The "same file system endpoint" routine would be handy too. |
Raymond Chen says what can happen
When would CopyFile succeed but produce a file filled with zeroes?
Sorry, didn't know there was a question here. The use cases are the same as the PDB use cases. The objective is to transfer file data reliably from location a to b. And know that when the file exists at b it is in a good state. A couple of example applications from here, off the top of my head. The distribution of user dlls via the database to secondary systems as part of the application update (deploy) process. These are extracted (decompressed) and moved to their final location. The windows file API mechanisms are unsafe for this. Another, the retrieval of archival journals and description files by a forensics tool that uses JadeAuditAccess. Again, the relocation of files for use, which can require data traverses networks, isn't particularly safe when relying on Windows API mechanisms. There are good reasons we coded these capabilities for the database.