POV-Ray : Newsgroups : povray.advanced-users : Pause Server Time
28 Jul 2024 14:22:55 EDT (-0400)
  Pause (Message 11 to 15 of 15)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Warp
Subject: Re: Pause
Date: 29 Apr 2006 21:24:09
Message: <445411b8@news.povray.org>
Orchid XP v2 <voi### [at] devnull> wrote:
> >   SIGKILL should basically never be used because it's "too strong", only
> > when no other options work.

> Isn't that the one the kernel sends during shutdown?

  Well, during shutdown the kernel first sends SIGTERM to all running
processes, after which it sends SIGKILL to the remaining. I suppose in
most cases there aren't any processes running after the former (at least
if all processes are bug-free and behave correctly) but it's a good way
to make sure that all processes are truely terminated before shutdown.

-- 
                                                          - Warp


Post a reply to this message

From: Warp
Subject: Re: Pause
Date: 30 Apr 2006 07:04:31
Message: <445499bf@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:
>   Not in POV-Ray itself, but you can suspend (almost) any program in unix
> by pressing ctrl-z on the console where you started it (this actually sends
> SIGHUP to the process, which can also be sent to it by other means, eg.
> using the kill command).

  Correction: SIGTSTP

-- 
                                                          - Warp


Post a reply to this message

From: Orchid XP v2
Subject: Re: Pause
Date: 30 Apr 2006 08:06:22
Message: <4454a83e$1@news.povray.org>
>>>  SIGKILL should basically never be used because it's "too strong", only
>>>when no other options work.
> 
> 
>>Isn't that the one the kernel sends during shutdown?
> 
> 
>   Well, during shutdown the kernel first sends SIGTERM to all running
> processes, after which it sends SIGKILL to the remaining. I suppose in
> most cases there aren't any processes running after the former (at least
> if all processes are bug-free and behave correctly) but it's a good way
> to make sure that all processes are truely terminated before shutdown.

That's more of less what I figured, yes. :-)


Post a reply to this message

From: How Camp
Subject: Re: Pause
Date: 1 May 2006 08:10:01
Message: <web.4455f9fdf960665f429e56f30@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:

>   Well, during shutdown the kernel first sends SIGTERM to all running
> processes, after which it sends SIGKILL to the remaining. I suppose in
> most cases there aren't any processes running after the former (at least
> if all processes are bug-free and behave correctly) but it's a good way
> to make sure that all processes are truely terminated before shutdown.


Warp, would you be able to point me to a link documenting this behavior?
I'm interested in reading more about the general boot/shutdown order of
things.  I assume not all flavors of Unix/Linux implement the same
proceedures in the same order, do they?

- How


Post a reply to this message

From: Warp
Subject: Re: Pause
Date: 1 May 2006 09:01:00
Message: <4456068b@news.povray.org>
How Camp <hac### [at] gmailcom> wrote:
> Warp, would you be able to point me to a link documenting this behavior?
> I'm interested in reading more about the general boot/shutdown order of
> things.  I assume not all flavors of Unix/Linux implement the same
> proceedures in the same order, do they?

  I don't know any specific documents, but try googling for things like
"init", "runlevel 6" and "linux boot".
  The last one, for example, gave this:

http://ourworld.compuserve.com/homepages/KanjiFlash/BPTour.htm

  It's about the booting process, not the shutdown, though.

-- 
                                                          - Warp


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.