zsh-users
 help / color / mirror / code / Atom feed
* Re: Inter-Shell communication ?
@ 2001-03-08 10:27 Sven Wischnowsky
  2001-03-25 19:03 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Wischnowsky @ 2001-03-08 10:27 UTC (permalink / raw)
  To: zsh-users


jarausch@igpm.rwth-aachen.de wrote:

> Hi,
> 
> is there an elegant technique for one zshell waiting
> for a different zshell (i.e. running in a different xterm)
> to complete?
> (better than e.g. periodically checking for a file that
> the second zshell touches at completion)
> 
> Thanks for your hint,

I can only think of named pipes (`mknod foo p') with `read var <foo' and
`print go >foo'.

If the pid of the waiting shell is known, one can also use one of the
USR-signals. Or start a endlessly running process in the wait-shell,
wait for it and kill it from the other shell.


We really need that generic socket module ;-)

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 3+ messages in thread
* Inter-Shell communication ?
@ 2001-03-08  9:12 jarausch
  0 siblings, 0 replies; 3+ messages in thread
From: jarausch @ 2001-03-08  9:12 UTC (permalink / raw)
  To: zsh-users

Hi,

is there an elegant technique for one zshell waiting
for a different zshell (i.e. running in a different xterm)
to complete?
(better than e.g. periodically checking for a file that
the second zshell touches at completion)

Thanks for your hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-03-25 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-08 10:27 Inter-Shell communication ? Sven Wischnowsky
2001-03-25 19:03 ` Bart Schaefer
  -- strict thread matches above, loose matches on Subject: below --
2001-03-08  9:12 jarausch

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).