Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More on Client Server



In more of the client/server systems I have worked on, having the server
concatenate message going to the client helps.

By having the application level split out the concatenated message, you save the
OS and link level per message overhead.

Don't have the system send a messages per monster move.

------
Dwayne