

park
Pause a process and free its TCP port. Resume later.
park이란?
Freeze a running server and free its TCP port — without killing it. Resume later with the same PID, memory, and state. park reaches inside the target process and injects close(fd) via ptrace (Linux) or Mach thread injection (macOS) to release the listening socket. Resume recreates the listener at the same fd number. Works with uvicorn, FastAPI, Flask, python http.server, and more. Single binary, no deps. Install: curl -fsSL https://raw.githubusercontent.com/mr-vaibh/park/main/install.sh | sh
스크린샷
?
아직 댓글이 없어요. 가장 먼저 남겨보세요!
park에 대한 X의 실제 대화
X에 게시

