Search Results

Search: Posts Made By: heck
Forum: Programming 01-12-2007
4,140
Posted By heck
fork() with su (child with other user)
Hi all, i need to execute a program from within my c++ code. This is no problem. system(), fork(), execxy(). But now i want to able to execute the program as another user as the parent process.
...
Forum: Programming 01-12-2007
2,600
Posted By heck
inherited file descriptors
i am not sure but, i could be the following reason:

Open descriptors are inherited to child process, this may cause the use of resources unneccessarily. Unneccesarry descriptors should be closed...
Forum: Programming 01-12-2007
3,797
Posted By heck
Thanks a lot
Thanks a lot folks. I mean i assumed it to be like this. But i can assume everything. now i know it. Thank you!
K&R cool.
Poor HP-UX developers, but you get used to nearly everything.
Forum: Programming 01-11-2007
3,797
Posted By heck
sorry
sorry guys my "c" compiler gots it, i was too quick asking, i tried compile on C++ compiler.

But anyway i've never seen sth. like that, help me quick?
Forum: Programming 01-11-2007
3,797
Posted By heck
Waht does thou mean, old C code
ok...
Take a look at the snippets below.
What does it mean a construct like:
void function()
type var;
{
funct code...
}

hmmm.. i dont get it. my compiler either.


void...
9,516
Posted By heck
Namara i did like your suggestions in the other...
Namara i did like your suggestions in the other thread. Really, i also wanted to come up with an answer but couldn't order my mind right already. I see this thread as a "subproblem".

And ahm... i...
9,516
Posted By heck
named pipe with persistent buffer
Hey folks,
i need communicate between 2 processes in a reliable manner. The information delivery has to be guarenteed. I thought about proc 2 sending a signal to proc 1 when information has being...
Forum: Programming 01-04-2007
2,841
Posted By heck
serializing logging output mult. proc. inst deamon
Hello, i have an interresting topic today

C++ on solaris. lgpl stuff applicable.
My program is a deamon process wich takes input from network, then processes the data, and outputs reformatted to...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 05:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy