Re: Redirecting STDERR to a file?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Per,

> > nohup would work in some ways, but that's not a real daemon
> > because the process will have tty, in a session and has a process
> > group. I like to have a real daemon.
>
> Well, it depends on what you're after.  Are you solving a problem or are
> you doing an exercise because you can?

Not an exercise. This is for my day job...

> If you're solving a problem, and my nohup suggestion isn't sufficient,
> just write your daemon in C.  If it's an exercise, take a look at
> proc_open().

C would be the last resort. I suppose it would be easily done in Perl,
but most of my colleagues prefer PHP.
I love to make taking over the code easy, so PHP is more preferable to me.

I took your advice and tried proc_open, but it seems blocking the
parent process.
 (BTW, I didn't know this function, thanks!)

I've already spent a lot of time solving this, os might beter to give
up this problem
and go for the other solution...

Anyway, thanks for you help.
I do appreciate it very much.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux