15 Matching Annotations
  1. Oct 2022
    1. Importante fornecer um e-mail válido para a solicitação da nota fiscal.
  2. Dec 2021
  3. datatracker.ietf.org datatracker.ietf.org
    1. The NFS version 3 protocol is designed to allow servers to be as simple and general as possible. Sometimes the simplicity of the server can be a problem, if the client implements complicated file system semantics. For example, some operating systems allow removal of open files. A process can open a file and, while it is open, remove it from the directory. The file can be read and Callaghan, el al Informational [Page 96] RFC 1813 NFS Version 3 Protocol June 1995 written as long as the process keeps it open, even though the file has no name in the file system. It is impossible for a stateless server to implement these semantics. The client can do some tricks such as renaming the file on remove (to a hidden name), and only physically deleting it on close. The NFS version 3 protocol provides sufficient functionality to implement most file system semantics on a client.
  4. Dec 2020
  5. Mar 2020
    1. It may not sound that impressive today, now that file sharing is built into most modern operating systems, but it was cutting edge stuff 25 years ago.

      file sharing is built into most modern operating systems

      Which file sharing are you referring to specifically? scp? Probably not. FTP support built into file explorer? Probably not.

      The only things I'm thinking of are for manual copying, not for automatic "availability" in multiple places like NFS seems to be for.

  6. Sep 2018
  7. Aug 2018
  8. Feb 2018