HELP ME-IPC

From: Ardhendu Nandan (ardhendu_nandan_at_rediffmail.com)
Date: 04/17/04

  • Next message: Dave Brown: "DBI:mysql -> using .my.cnf"
    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.


  • Next message: Dave Brown: "DBI:mysql -> using .my.cnf"