MUD-Dev
mailing list archive

Other Periods  | Other mailing lists  | Search  ]

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

Re: Just a bit of musing




On 03/03/97 at 02:12 AM, Dmitri Kondratiev <dima#paragraph,com> said:

>Only newly built things need to be send to each player. Client can get
>other stuff that hasn't changed from it's local cache. Cache contents can
>be compared with world model on the server, every time client logs in to
>it or new objects are created by other players. Similar to the way web
>browser verifies documents in its cache with the ones on the server. Thus
>only incremental changes are sent from server to client as soon as they
>appear in the world. Besides server can send compressed VRML. If some
>VRML browsers understand gzip-ed VRML, why MUD client can't do the same ?

Problem: Given a reasonably active player, pretty soion the client would
end up with a full copy of the server's image DB.  This could get *really*
expensive *really* quickly.  Even doing the Meridian 59 deal and dropping
the local cache on CD still leaves you with a remarkably small world once
the detail rate is fairly high.

-- 
J C Lawrence                               Internet: claw#null,net
----------(*)                              Internet: coder#ibm,net
...Honourary Member of Clan McFud -- Teamer's Avenging Monolith...




Other Periods  | Other mailing lists  | Search  ]