You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mladen Turk (JIRA)" <ji...@apache.org> on 2010/03/31 16:32:27 UTC

[jira] Commented: (DAEMON-157) Prunsrv.exe (windows daemons) should use DaemonLoader during startup

    [ https://issues.apache.org/jira/browse/DAEMON-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851882#action_12851882 ] 

Mladen Turk commented on DAEMON-157:
------------------------------------

One of the major things I'd like to see in the option for IPC signaling.
While this class will work with jvm mode, it won't work with java mode where there are actually
two different processes running (One for start and other one launched on stop)
There should also be some awareness in the WinNTDaemonLauncher about those two
different start/stop options.


> Prunsrv.exe (windows daemons) should use DaemonLoader during startup
> --------------------------------------------------------------------
>
>                 Key: DAEMON-157
>                 URL: https://issues.apache.org/jira/browse/DAEMON-157
>             Project: Commons Daemon
>          Issue Type: Improvement
>          Components: Procrun
>    Affects Versions: 1.0.2
>         Environment: WinNT
>            Reporter: Erik-Berndt Scheper
>         Attachments: WinNTDaemonLauncher.patch
>
>
> Currently only UNIX-style common-daemons (using jsvc) use DaemonLoader to startup.
> Prunsrv.exe (windows daemons) have a completely different way to startup and ignore all java classes including the DaemonLoader. 
> I propose to add a support class to start windows daemons in a way that is much more similar to UNIX-style daemons.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.