Re: [Mono-dev] Unix Signal in mono

2016-03-01 Thread techi eth
Thanks. I am able to use signal between process!!! On Mon, Feb 29, 2016 at 9:33 PM, Jonathan Pryor wrote: > On Feb 29, 2016, at 8:18 AM, techi eth wrote: > > Thanks for quick hint. > > We can receive signal by using signal handler using >

Re: [Mono-dev] Unix Signal in mono

2016-02-29 Thread Jonathan Pryor
On Feb 29, 2016, at 8:18 AM, techi eth 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

Re: [Mono-dev] Unix Signal in mono

2016-02-29 Thread Miguel de Icaza
Hey, My bad, I should have said "kill", not "signal" to send messages to other processes. Miguel. On Mon, Feb 29, 2016 at 1:33 PM, Jonathan Pryor wrote: > On Feb 29, 2016, at 8:18 AM, techi eth wrote: > > Thanks for quick hint. > > We can receive signal

Re: [Mono-dev] Unix Signal in mono

2016-02-29 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of techi eth > > 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

Re: [Mono-dev] Unix Signal in mono

2016-02-29 Thread Alex Rønne Petersen
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 wrote: > Thanks for quick hint. > We can receive signal by using signal handler using > Mono.Unix.Native.Stdlib.signal. > I am

Re: [Mono-dev] Unix Signal in mono

2016-02-29 Thread techi eth
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,

Re: [Mono-dev] Unix Signal in mono

2016-02-29 Thread Miguel de Icaza
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 wrote: > Hi, > > What is the way by which one process can send Unix Signal to another > process. >

[Mono-dev] Unix Signal in mono

2016-02-29 Thread techi eth
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@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Unix Signal with mono

2016-01-17 Thread Andres G. Aragoneses
On 01/17/2016 04:05 PM, techi eth wrote: How can i use Unix signal while using mono ? https://github.com/mono/mono/blob/master/mcs/class/Mono.Posix/Mono.Unix/UnixSignal.cs ? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] Unix Signal with mono

2016-01-17 Thread techi eth
Hi, How can i use Unix signal while using mono ? Techi ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list