unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Nic Ferrier <nferrier@tapsellferrier.co.uk>
Subject: trying to fork away from Emacs in a sub-process from elisp
Date: Tue, 09 Aug 2005 21:57:52 +0100	[thread overview]
Message-ID: <874q9yg75b.fsf@kanga.tapsellferrier.co.uk> (raw)

I'm writing a tiny image viewer to be used in conjunction with emacs.

I've constructed the viewer so that it need only start once. It sets
up a named pipe so that all subsequent invocations talk to the initial
program over the named pipe (imagemagick is supposed to do this with
the -remote option, but it doesn't work).

I realize that I *could* implement the
when-is-the-process-the-first-process logic in elisp... but I thought
it was simpler and neater to have the client program simply daemonize
itself on the fifo setup invocation.

Trouble is, when the program daemonizes, Emacs doesn't seem to
recognize it and carries on waiting (waiting for what I'm not sure).

Is there some reason why client programs cannot daemonize when started
by emacs?



For reference, my client program is written in python and is following
this basic procedure:

  fork
    child:
      setsid
      fork
         child:
            chdir /
            close stdout
            close stdin
            close stderr



Nic Ferrier

             reply	other threads:[~2005-08-09 20:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-09 20:57 Nic Ferrier [this message]
2005-08-10  9:21 ` trying to fork away from Emacs in a sub-process from elisp Ehud Karni

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874q9yg75b.fsf@kanga.tapsellferrier.co.uk \
    --to=nferrier@tapsellferrier.co.uk \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).