This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcj: SignalListener, process pid, ...


Erik> I guess people traditionally use SIGHUP for instructing the
Erik> server process to reread its config files. Would it be
Erik> acceptable in terms of linux/unix conventions to use one of
Erik> SIGINT, SIGQUIT, SIGUSR1,SIGUSR2, or SIGTERM signals? I mean, in
Erik> that case, I'll use one of these, instead of using a wrapper.

We could change libgcj, but only on systems with a glibc newer than
2.1 (according to the comments in posix-threads.cc).  That probably
covers most boxes these days.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]