tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] kill(pid, sig) in windows


From: veritosproject
Subject: Re: [Tinycc-devel] kill(pid, sig) in windows
Date: Wed, 16 May 2007 06:32:48 -0700

I don't think so. When Perl was ported, it was made so that its kill
function (which does the same thing) simply forces the process with
pid to exit(sig).

Cygwin Perl might be different, so who knows.

On 5/16/07, Kenneth Forsbäck <address@hidden> wrote:
Hi,

I know this is not the right place to ask, but after tediously searching
the net I simply haven't found any answers, and the tcc mailing list is
the only place left I can think of where I could possibly find an answer.

Is there a windows equivalent or is it somehow possible to
emulate/translate/something else, the c function kill(pid, sig)? I know
the function is highly available on other systems, but for some reason
windows only has raise, which doesn't help me, as I want to send a
signal to an other process.

Multithreading is too troublesome, so are pipes, sockets, etc., I'd
simply want to use signals, the only problem being it's not available in
windows, thus not really cross-platform...so I'd need an alternative for
the windows version of my program.

~ Kenneth


_______________________________________________
Tinycc-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/tinycc-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]