Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 382 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 382 Bytes

c_python_Ipc_mine

IPC 통신을 구현하기위함.

sys1.js를 통해 a.exe와 msgqueue.py를 실행시키고, 두 프로세스간의 표준 입출력을 연결하여, 두 프로세스간의 통신을 가능케함

To implement IPC.

You can run a.exe and msgqueue.py as child_process through sys1.js. and then, the two child processes would be connected by std in and out.