It depends what those signals were used for in the UNIX environment. If that
was for implementing inter-process communication (IPC), you'd be better off
using Win32 IPC primitives (events, semaphors, mutexes - depends on usage).
Of course, it again depends on whether you can control the source of the
process on the other end of the IPC. If you want to respond to process
termination situations, you'd rather use a console control handler (look
into the SetConsoleCtrlHandler & friends API call).

--
Attila Szegedi
home: http://www.szegedi.org


----- Original Message -----
From: "Ignacio J. Ortega" <[EMAIL PROTECTED]>
To: "'tomcat-dev'" <[EMAIL PROTECTED]>
Sent: 2002. április 19. 16:08
Subject: [JK2] Win32 & Signals


> Hola a todos:
>
> I'm trying to get to compile the JNI part of JK2 in win32, again with my
> legendary naiveness ;), how is suppoussed we deal with signals in
> win32?? just add another ifdef here with a HAVE_UNIX_SIGNALS ?
>
> Saludos ,
> Ignacio J. Ortega
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
>
>


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

Reply via email to