kenna
05-16-2007, 06:16 AM
Hi,
is there an equivalent function in windows or is it possible to emulate the kill(pid,sig) function?
I don't know of any other simple way of interprocess communication, since pipes, sockets, etc. is simply too much of a bother, signals are much easier and quicker to use.
EDIT: and ofcourse I mean in C (^_^)
is there an equivalent function in windows or is it possible to emulate the kill(pid,sig) function?
I don't know of any other simple way of interprocess communication, since pipes, sockets, etc. is simply too much of a bother, signals are much easier and quicker to use.
EDIT: and ofcourse I mean in C (^_^)