mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
![]() There's a subtle difference between fork and vfork... when doing the dup() before the exec, with cfork we are still dealing with the parent process "possessed" by the forked process briefly inbetween the vfork() and the exec(). That matters because when we close the duplicated fds for the stdxxx pipes, with vfork we're closing the fd we still want to hold in the parent process. |
||
---|---|---|
.. | ||
fts | ||
lwsac | ||
threadpool | ||
base64-decode.c | ||
daemonize.c | ||
dir.c | ||
diskcache.c | ||
fsmount.c | ||
getifaddrs.c | ||
getifaddrs.h | ||
lejp.c | ||
lws-ring.c | ||
lws-struct-lejp.c | ||
lws-struct-sqlite.c | ||
peer-limits.c | ||
romfs.c | ||
romfs.h | ||
sha-1.c | ||
spawn.c |