gcj: SignalListener, process pid, ...
Erik Poupaert
erik.poupaert@hurricanedev.com
Tue Sep 30 18:05:00 GMT 2003
> Oh dear. That means to use a server process that can handle SIGHUP
> you'll have to create a wrapper.
I guess people traditionally use SIGHUP for instructing the server process to reread
its config files. Would it be acceptable in terms of linux/unix conventions to use
one of SIGINT, SIGQUIT, SIGUSR1,SIGUSR2, or SIGTERM signals? I mean, in that case,
I'll use one of these, instead of using a wrapper.
By the way, if anybody has the expert knowledge of how to turn a "pthread_t" into a
corresponding"pid", please let me know. I'd be most grateful.
Erik
More information about the Java
mailing list