r8798: Save one system call per SMB. smb_run_idle_events right now is only used to
authorVolker Lendecke <vlendec@samba.org>
Wed, 27 Jul 2005 16:10:50 +0000 (16:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:17 +0000 (11:00 -0500)
commit404b817d7294fbea64f0fca019406c5c7458e386
tree7517aa9a837737d2bc6c7697c656ffd517214cbf
parentc2810bcf662771113dccdd603cd658d19a09de80
r8798: Save one system call per SMB. smb_run_idle_events right now is only used to
close idle pdb_ldap connections, and from my point of view this can wait until
normal timeout handling, this does not need to be done per client request.

Volker
source/smbd/process.c