2026/07/06

From WoozleCodes
Jump to navigation Jump to search
Monday, July 6, 2026 (#187)
Sunday Monday Tuesday

References

Main Work

Tentatively, this is working now.

At end-of-day, I was running into an issue where there were too many files open. Apparently the only ways to get an authoritative open-file-count all involve executing external CLI commands -- which is doable, but could introduce new complications.

I opted for looking more closely at the lifecycle logic, which was definitely a bit sloppy even if it turns out not to be cause of this problem. I noticed that the sftp connection was being opened and closed for every file-access, and got most of the way through remediating that.