changing $0 on solaris?

2002-03-27 Thread Ross Simpson
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]

RE: forking unix sockets

2002-03-25 Thread Ross Simpson
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

forking unix sockets

2002-03-22 Thread Ross Simpson
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