MUD-Dev
mailing list archive
[ Other Periods
| Other mailing lists
| Search
]
Date:
[ Previous
| Next
]
Thread:
[ Previous
| Next
]
Index:
[ Author
| Date
| Thread
]
Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)
On Fri, 20 Mar 1998, Chris Gray wrote:
> [Chris L:]
>
> :I want a "best effort" representation from the client which sacrifices
> :verisimiltude and other forms of fidelity for the sake of performance
> :when resources get low, be the CPU, bandwidth, whatever.
>
> My main feeling on this whole issue is to just ignore it, and let the
> network people solve it for us.
>
> However, if you want to solve this problem, it seems to me that you need
> to be able to attach relative priorities to packets. That suggests writing
> a new protocol that rides on top of IP (or on top of UDP), which allows
> that extension. Then, the protocol code would put more effort and bandwidth
> into getting high priority packets through than it does for low ones.
Perhaps something could be done with threads which run at different
speeds handling the sending of UDP messages? So they'd sleep for
different amounts of time between resending packets that didn't get
through.
Jo
- Thread context:
- Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks), (continued)
- Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks),
Chris Gray cg#ami-cg,GraySage.Edmonton.AB.CA, Mon 02 Mar 1998, 09:28 GMT
- Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks),
Chris Gray cg#ami-cg,GraySage.Edmonton.AB.CA, Fri 20 Mar 1998, 16:36 GMT
- Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks),
Chris Gray cg#ami-cg,GraySage.Edmonton.AB.CA, Sat 21 Mar 1998, 02:29 GMT
- Tutorial: Let's build a Compiler! - Part X: Introducing TINY,
Jon A. Lambert jlsysinc#ix,netcom.com, Sat 28 Feb 1998, 21:43 GMT
- Tutorial: Let's build a Compiler! - Part VII: Lexical Scanning,
Jon A. Lambert jlsysinc#ix,netcom.com, Sat 28 Feb 1998, 21:42 GMT
- Tutorial: Let's build a Compiler! - Part IX: A Top View,
Jon A. Lambert jlsysinc#ix,netcom.com, Sat 28 Feb 1998, 21:42 GMT
[ Other Periods
| Other mailing lists
| Search
]