[MUD-Dev] Technical programming question (circular buffers & logging)

Greg Miller gmiller at classic-games.com
Fri Jul 16 00:48:36 CEST 1999


Chris Gray wrote:
> 'syslog' is the UNIX variant of that. However, I think what Ben wanted
> to avoid was any log files of the full stuff, since there are a *lot* of
> events happening. So, he wanted just a log of the last N activities.
> I've seen N's here range from 100 to a few thousand.

That's why I suggested the NT event log, since it allows you to set a
limit on the number of entries, at which point it begins overwriting the
oldest entries, like a ring buffer.
--
http://www.classic-games.com/
Conspiracy theorists mistakenly assume others think before acting.
*** Please limit .sigs to four lines and avoid HTML mail or posts. ***



_______________________________________________
MUD-Dev maillist  -  MUD-Dev at kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev




More information about the mud-dev-archive mailing list