diff --git a/checkin_notes b/checkin_notes index 442cf82b92..7b161ad650 100755 --- a/checkin_notes +++ b/checkin_notes @@ -7380,3 +7380,18 @@ David 2 June 2005 client_types.C cs_apps.C cs_scheduler.C + +David 3 June 2005 + Stuff related to per-host lockfiles in scheduler: + + - enable locking only if is present in config file + - delete lockfiles from sched_lockfile_dir (NOT necessarily CGI dir) + - if mylockf(fd) fails (can't lock file) close fd before returning + Otherwise would overflow fd limit under FCGI + - Fix error message if lock_sched() returns -1 + (-1 is not a PID) + - move lock-release logic into separate function (unlock_sched()) + + sched/ + handle_request.C + sched_util.C diff --git a/doc/index.php b/doc/index.php index a639c702ff..8eb9c40233 100644 --- a/doc/index.php +++ b/doc/index.php @@ -86,6 +86,8 @@ computer resources

Resources