MUD-Dev
mailing list archive

Other Periods  | Other mailing lists  | Search  ]

Date:  [ Previous  | Next  ]      Thread:  [ Previous  | Next  ]      Index:  [ Author  | Date  | Thread  ]

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



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#kanga,nu
http://www.kanga.nu/lists/listinfo/mud-dev




Other Periods  | Other mailing lists  | Search  ]