search for: catchchild

Displaying 3 results from an estimated 3 matches for "catchchild".

2009 Dec 18
0
Ques on samba internals
Hello: I'm seeing a performance issue with samba 3.0.25 wherein the CPU is 85% idle but samba performance (as seen from client PC) is pretty low. Some questions" 1. In server.c, the parent forks and does CatchChild()...etc...I'm unable to locate the exact function name for the child process. Can someone pls guide? 2 During WRITE op, samba server would get big chunks 32k of data from cleitn and write to the disk... What is the default pkt size smbd would give to the disk controller to write to the disk...
1999 Jan 24
1
HPUX 9.05 & Samba 2.0.0 & problems -> solved !
.../* waitpid() -> scp->sc_syscall == 200 ! */ + DEBUG(9,("sig_cld_leave_status: syscall %d restarted\n",scp->sc_syscall)); + } +#endif /* * Turns out it's *really* important not to * restore the signal handler here if we have real POSIX @@ -134,5 +147,5 @@ void CatchChildLeaveStatus(void) { - CatchSignal(SIGCLD, sig_cld_leave_status); + CatchSignal(SIGCLD, SIGNAL_CAST sig_cld_leave_status); } diff -u --recursive --new-file source/smbd/open.c source.new/smbd/open.c --- source/smbd/open.c Thu Dec 31 03:37:01 1998 +++ source.new/smbd/open.c Sun Jan 24 23:32:32 1999 @...
1999 Jan 25
0
SAMBA digest 1954
...ll == 200 ! */ >+ DEBUG(9,("sig_cld_leave_status: syscall %d >restarted\n",scp->sc_syscall)); >+ } >+#endif > /* > * Turns out it's *really* important not to > * restore the signal handler here if we have real POSIX >@@ -134,5 +147,5 @@ > > void CatchChildLeaveStatus(void) > { >- CatchSignal(SIGCLD, sig_cld_leave_status); >+ CatchSignal(SIGCLD, SIGNAL_CAST sig_cld_leave_status); > } >diff -u --recursive --new-file source/smbd/open.c source.new/smbd/open.c >--- source/smbd/open.c Thu Dec 31 03:37:01 1998 >+++ source.new/smbd/open....