My question is what is the best way?
The programs are some perl and other languages
And they will be compiled to exe(some with the -gui option of perl2exe)
I know that I can use pipes,backticks and systems and so on to run programs, but I want to make a connection between several programs when they are already running, like they are talking a specific protocol the programs however are running on the same computer and shouldn't be avaible from the network or internet.so a socket to a port wouldn't be a good thing(are there ports that are only avaible from the the same pc?). Are there a possiblity to have DMA or access interupts for this?
The programs are some perl and other languages
And they will be compiled to exe(some with the -gui option of perl2exe)
I know that I can use pipes,backticks and systems and so on to run programs, but I want to make a connection between several programs when they are already running, like they are talking a specific protocol the programs however are running on the same computer and shouldn't be avaible from the network or internet.so a socket to a port wouldn't be a good thing(are there ports that are only avaible from the the same pc?). Are there a possiblity to have DMA or access interupts for this?