Re: Multithreaded /sbin.init? Is it possible?

2003-09-22 Thread Nico Schottelius
Moin! i have something running which _is_ fast. not under 30 seconds, but still fast. it's name is rlmanager and I will upload it to linux.schottelius.org/rlmanager in the next days. Have a nico day, Nico pgp0.pgp Description: PGP signature

Re: Switching between foreground and background

2003-09-22 Thread Silambu Chelvan
Yes, You have understood what I want. Forcing the program to run in background is not a problem. I need to get the program back in foreground. Do you have any idea? with regards, M. SilambuChelvan --- "John T. Williams" <[EMAIL PROTECTED]> wrote: > I think part of the problem here might be > con

Re: Switching between foreground and background

2003-09-22 Thread John T. Williams
I think part of the problem here might be conceptual. If I understand what you want, you'd like, on a signal, for your program to go into the background (still running but no longer blocking the terminal input/output). On another signal you would like the program to come back to the foreground. I

Re: Switching between foreground and background

2003-09-22 Thread Markus Klotzbuecher
On Monday 22 September 2003 02:38 pm, Silambu Chelvan wrote: > Hi, > > Thanks for your information. > > The method you suggested works fine but I still have a > requirement. The control is still in the process and > could not see the command prompt. The thing is that I > should get the command prom

Re: Switching between foreground and background

2003-09-22 Thread Silambu Chelvan
Hi, Thanks for your information. The method you suggested works fine but I still have a requirement. The control is still in the process and could not see the command prompt. The thing is that I should get the command prompt whenever the process is put into background so that I can issue some ot

Re: Switching between foreground and background

2003-09-22 Thread Markus Klotzbuecher
On Monday 22 September 2003 12:48 pm, Silambu Chelvan wrote: > Hi all, > > I have written some program with signal handler. Is > this possible, if > one of the signals registered with my program is > raised, my program > should goto background and should come to foreground > when some other of the

Switching between foreground and background

2003-09-22 Thread Silambu Chelvan
Hi all, I have written some program with signal handler. Is this possible, if one of the signals registered with my program is raised, my program should goto background and should come to foreground when some other of the registered signal is raised. how to do it? Any function available to