Re: fork dies
Juha-Jarmo Heinonen <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
> You'd probably have to turn it into a daemon:
>
> http://ruby-talk.org/blade/87467
>
> For the first line, it should instead be fork do ... end if you want
> the
> parent process to stay around (probably).
>
Thanks for the info.
AFAIK {..} is an alias for do..end when used as a block.