Re: Using Syslog from Java

1999-04-05 Thread Chris Kakris
Cynthia Jeness wrote: > > Actually, what I would like to be able to do (if possible) is to contact > "syslogd" directly from Java using UDP. I want to avoid native code since > we need to have this work across all the platforms which support syslogd. > So does anyone know if it is possible to co

Re: Using Syslog from Java

1999-04-05 Thread Cynthia Jeness
Actually, what I would like to be able to do (if possible) is to contact "syslogd" directly from Java using UDP. I want to avoid native code since we need to have this work across all the platforms which support syslogd. So does anyone know if it is possible to communicate to syslogd through UDP

Re: Using Syslog from Java

1999-04-05 Thread pridemor
Cynthia, Well, not exactly. What I have done is to make a daemon out of our Java application. I don't have much experience with threading under Linux, but someone mentioned on this list that signal handling can be tricky since the thread that receives the signal may not be the thread listening