Displaying 1 result from an estimated 1 matches for "2f0d7aa3".
2009 Jan 08
1
If we use vfork, can the smbd and nmbd work rightly?
Hi All,
I has been trying to port the Samba package to uClinux. But our uClinux
toolchain doesn't support the fork() call.
I must replace the fork with vfork.If we use vfork, the smbd and nmbd can
not work rightly.
both samba-3.0.32 and samba-3.0.2a have the question.
In samba/source/smbd/server.c, the function open_sockets_smbd(), creates a
child process and a parent process.
Both these