From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: 6397@debbugs.gnu.org
Subject: bug#6397: 24.0.50; `make-directory' return value
Date: Thu, 14 Jul 2011 01:54:17 +0200 [thread overview]
Message-ID: <m3wrflhh3q.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <9D1FDD7C623F4C0BB2CAB12AB5B2EF30@us.oracle.com> (Drew Adams's message of "Wed, 13 Jul 2011 16:45:56 -0700")
"Drew Adams" <drew.adams@oracle.com> writes:
> I suppose that's a legitimate point in the abstract, but highly unlikely in
> practice. And there is probably some way (file attributes? permissions?) of
> making any created directories invisible/inaccessible during the transaction.
Nope. There isn't.
You often see this sort of problem in web server caches, where you have
a gazillion processes all trying to create variants on the same
directory structures. This may fail because two processes tries to
create /var/tmp/cache/foo/bar/zot at the same time, for instance.
Trying to unwind this in a general fashion is impossible, and must be
left to a higher level to determine what to do.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
prev parent reply other threads:[~2011-07-13 23:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-10 20:49 bug#6397: 24.0.50; `make-directory' return value Drew Adams
2010-06-11 8:12 ` Juri Linkov
2010-06-11 13:33 ` Drew Adams
2011-07-13 22:22 ` Lars Magne Ingebrigtsen
2011-07-13 22:47 ` Drew Adams
2011-07-13 23:19 ` Lars Magne Ingebrigtsen
2011-07-13 23:45 ` Drew Adams
2011-07-13 23:54 ` Lars Magne Ingebrigtsen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3wrflhh3q.fsf@quimbies.gnus.org \
--to=larsi@gnus.org \
--cc=6397@debbugs.gnu.org \
--cc=drew.adams@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.