[MUD-Dev] Events

s001gmu at nova.wright.edu s001gmu at nova.wright.edu
Fri Aug 7 11:55:25 CEST 1998


I've been working on my socket handler and event driver.  I've been
implementing the 1 event per socket model, where the event does a
non-blocking read call on the socket, to see if anything is ready. If it
is, it passes the buffer along to the parser.  In either case, it
reschedules itself to check again later.  What I want to do now is get
some performance numbers.  I plan on running some tests with varrying
numbers of sockets, with differing delays on the reschedule, and no other
events, to get the "theoretical max" number of sockets it can handle.
What I also want to do is run it under "more realistic" conditions, with
other events in the queue.  The problem is, I don't have the rest of the
game in place to provide those events.  So, I thought I would ask around
on here and see if any of you oh-so kind and benevelant folks with event
driven systems could give me some numbers.  :)

Peak, average, and low # of events from a few different ppl/systems would
be spectacular.  I'll post the results once I come up with something.

Thanks in advance!

-Greg






More information about the mud-dev-archive mailing list