Remy Maucherat <[EMAIL PROTECTED]> wrote:

> There are only two "native daemon" configurations I'm interested in:
> - embedded in Apache 2 with a JNI connector

That's feasible, but requires major changes in Tomcat 4.0

> - used through jsvc on Unix, and some similar wrapper on Win NT (or jsvc.exe
> using Cygwin; it works :))

Yeah, and that's what we wanted to do in JSR-096, but the spec lead decided
he wanted to reinvent JMX...

> With Daemon, from the C code, all you have to do is, as Pier pointed out:
> - Call init
> - Use setuid to downgrade to nobody
> - Call start
> - Wait for a stop signal, at which point you call stop
> 
> At this point, I do not see the need for any use of native code from the
> Java side.

Agreed wholeheartly...

    Pier


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to