fork/chroot equivalent for Windows server application

前端 未结 6 584
日久生厌
日久生厌 2020-12-19 10:08

I have written a small custom web server application in C running on Linux. When the application receives a request it calls fork() and handles the request in a separate pro

6条回答
  •  攒了一身酷
    2020-12-19 10:35

    Consider SUA ( aka Windows Services for Unix ). It has nearly everything you need to port applications.

    man chroot(interix)

提交回复
热议问题