PennMUSH Community

Ticket #7456 (closed suggested feature: fixed)

Opened 1 year ago

Last modified 1 year ago

Log files and locking

Reported by: raevnos Assigned to: devteam
Priority: minor Milestone: 1.8.3p6
Keywords: Cc:
Visibility: Public

Description

It's remotely possible for 3 different processes to try to write to the same log file at once (the game, a forked save process, and info_slave). It wouldn't hurt to look into locking the log files and converting anything that uses perror() or stderr directly to use a logging function.

Change History

10/05/07 21:20:47 changed by raevnos

  • milestone set to 1.8.3p6.

10/05/07 21:20:54 changed by raevnos

  • status changed from new to closed.
  • resolution set to fixed.