HELP ME-IPC
From: Ardhendu Nandan (ardhendu_nandan_at_rediffmail.com)
Date: 04/17/04
- Previous message: Jon: "LWP TIME_WAIT issue"
- Next in thread: Marc Girod: "IPC::ChildSafe (was: HELP ME-IPC)"
- Reply: Marc Girod: "IPC::ChildSafe (was: HELP ME-IPC)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 17 Apr 2004 06:09:46 -0700
I am trying to write a c program which will communicate with another C
program
frequently but I don’t know how to do it. In Linux so many
option is there like-
pipe, semaphore, message etc but in windows I can’t use fork() ,
Signal option is there
but it’s not properly working I am just calling my another
function like this way but it’s
not working
signal ( SIGINT, quit );
-- -- -- -- -- -- -- --
Void quit ()
{
-- --
}
The program is not entering quit function. Please anyone tell me what
will be the
exact solution for it.
- Previous message: Jon: "LWP TIME_WAIT issue"
- Next in thread: Marc Girod: "IPC::ChildSafe (was: HELP ME-IPC)"
- Reply: Marc Girod: "IPC::ChildSafe (was: HELP ME-IPC)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]