I'm trying to change the value of $0 in a perl script (so that it shows as
something I define in ps).
Directly modifying $0 works in linux, but on solaris it has no effect.
Is there another way to do this, or does solaris not allow it?
thanks
Ross
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
ork' in the client? what's the point?
On Friday, March 22, 2002, at 01:33 PM, Ross Simpson wrote:
> I'm trying to build a forking server which uses unix domain sockets for
> communication (on solaris 7).
> I've run into a problem where once a connection has been es
I'm trying to build a forking server which uses unix domain sockets for
communication (on solaris 7).
I've run into a problem where once a connection has been established and
serviced by a child, my domain socket won't accept any more incoming
connections.
I modified my code so it doesn't fork (h