Relative Content

Tag Archive for file-handling

CSS File Editing for Teams? (how to avoid stepping on each others’ feet?!)

I’m wondering if anyone has a good solution for when you’re working as a team and there’s a single file used throughout a project (like a styles.css file) and everyone needs to use it throughout the day – inevitably someone will make changes and save without grabbing the most recent version first. Is there some sort of group editing program for Windows/web? We currently just access the CSS files via FTP & edit in our usual editors. Probably an editor that can load & save changes on the fly?

What is the advantage of log file rotation based on file size?

I understand that log file rotation is changing the log file you used when (1) one gets big enough or (2) at EOD, but I’m not sure I understand the reason for (1). I have never had any issues with large files and cannot think of reasons why we might set an arbitrary limit (for example, the limit we were given was 10 MiB).

Editing files without race conditions?

I have a CSV file that needs to be edited by multiple processes at the same time. My question is, how can I do this without introducing race conditions?

Editing files without race conditions?

I have a CSV file that needs to be edited by multiple processes at the same time. My question is, how can I do this without introducing race conditions?