Search
]
Date:
[ Previous
| Next
]
Thread:
[ Previous
| Next
]
Index:
[ Author
| Date
| Thread
]
Re: [MUD-Dev] Technical programming question (circular buffers & logging)
[Greg Miller:]
> Ben Greear wrote:
> > I think I could write my own thing to do this, but I was wondering
> > if anyone knew of any tricks with files, or ready-built libraries
> > to do something like this...
> As I recall you're using UNIX/Linux for your real server? If you could
> reproduce the problem by yourself and have a WinNT box handy, you could
> use the the NT event log, which would do the job for you quite nicely.
'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.
--
Don't design inefficiency in - it'll happen in the implementation.
Chris Gray cg#ami-cg,GraySage.Edmonton.AB.CA
http://www.GraySage.Edmonton.AB.CA/cg/
_______________________________________________
MUD-Dev maillist - MUD-Dev#kanga,nu
http://www.kanga.nu/lists/listinfo/mud-dev
- Thread context:
- [MUD-Dev] Technical programming question (circular buffers & logging),
Ben Greear greear#cyberhighway,net, Thu 15 Jul 1999, 02:34 GMT
- <Possible follow-up(s)>
- Re: [MUD-Dev] Technical programming question (circular buffers & logging),
Chris Gray cg#ami-cg,GraySage.Edmonton.AB.CA, Thu 15 Jul 1999, 18:24 GMT
- Re: [MUD-Dev] Technical programming question (circular buffers & logging),
Chris Gray cg#ami-cg,GraySage.Edmonton.AB.CA, Fri 16 Jul 1999, 00:42 GMT
- Re: [MUD-Dev] Technical programming question (circular buffers & logging),
Chris Gray cg#ami-cg,GraySage.Edmonton.AB.CA, Fri 16 Jul 1999, 19:05 GMT
- [MUD-Dev] list of MUD platforms?,
Timothy O'Neill Dang timothy#nmia,com, Wed 14 Jul 1999, 00:23 GMT
[ Other Periods
| Other mailing lists
| Search
]