Hi managers
A programming related question .. i have written a
sockets based server which takes requests from clients
and depending on the requests, forks a process . This
server should run all the time as a daemon.
Now this server has to be deployed (init i suppose )
and i want this server to be run attached to a
particular user ,inheriting the environment of that
user. The processes forked ,access database and
populate data. for this purpose the forked processes
should be attached to a particular login.
I hope i conveyed the problem properly .. it is quite
a simple thing for you all but i couldnt get any thing
on this (attaching the daemon created by init to a
particuler login )
Thanks in advance
=====
May Innocence and Joy Prevail
__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
Received on Tue May 21 2002 - 10:52:15 NZST