CPP Linux Linux 进程 fork() 与端口重复占用问题 beta4x 2014.03.04 0Comment 最近工作中遇到的问题,现在记录下。 直接上 C++ 代码(为了更清晰地描述问题,代码有所简化,能说明问题即可),源文件为 fork_test.cpp: #include <sys/wait.h> #include <sys/types.h> #include <sys/socket.h> #include <arpa/inet.h> #include <iostream>… Read More