[Mono-dev] Unix Signal in mono

Alex Rønne Petersen alex at alexrp.com
Mon Feb 29 13:53:25 UTC 2016


Hi,

In that case, you want the kill () function, which is also provided by
Mono.Posix.

Regards,
Alex

On Mon, Feb 29, 2016 at 2:18 PM, techi eth <techieth at gmail.com> wrote:
> 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
>>>
>>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>


More information about the Mono-devel-list mailing list