Hacker News new | past | comments | ask | show | jobs | submit login

Assuming all assets get stored on S3, the other common writing scenario is logging. How would multiple machines writing to the same log file work?



Generally, you wouldn't write to the same log file. Prepending/Appending the instance name to the file would be enough to make it unique.


It wouldn't. NFS is not fully POSIX compliant, largely due to not being cache coherent. In particular, O_APPEND is not supported.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: