[Mono-dev] Unix Signal in mono

techi eth techieth at gmail.com
Mon Feb 29 13:18:17 UTC 2016


Thanks for quick hint.
We can receive signal by using signal handler using Mono.Unix.Native.Stdlib.
signal.
I am trying to check possibility of sending signal from one process to
another.

Example : If i have two process (P1 & P2) & P1 want to send SIGTERM to P2.

On Mon, Feb 29, 2016 at 1:11 PM, Miguel de Icaza <miguel at xamarin.com> wrote:

> You call the "signal" API.
>
> Mono wraps that conveniently for you in the Mono.Posix assembly:
>
> Mono.Unix.Native.Stdlib.signal
>
>
> Miguel
>
> On Mon, Feb 29, 2016 at 7:45 AM, techi eth <techieth at gmail.com> wrote:
>
>> Hi,
>>
>> What is the way by which one process can send Unix Signal to another
>> process.
>>
>> Thanks
>>
>> Techi
>>
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20160229/b99b37b3/attachment.html>


More information about the Mono-devel-list mailing list