August 2003
- A potential best-seller? Richard A. Bartle
- Identifying Players Scion Altera
- Identifying Players Crosbie Fitch
- Metrics for assessing game design David Kennerly
- ADMIN: Crunch thread J C Lawrence
- Mapping real money into MUD money Alex Chacha
- Mapping real money into MUD money Katie Lukas
- Mapping real money into MUD money David Kennerly
- Mapping real money into MUD money Kent Peterson
- Mapping real money into MUD money Peter Tyson
- Mapping real money into MUD money Matt Mihaly
- Mapping real money into MUD money Paul Canniff
- Research in the Gaming Industry Damion Schubert
- Research in the Gaming Industry Kerry Fraser-Robinson
- Research in the Gaming Industry Richard A. Bartle
- Research in the Gaming Industry Matthew S. Ayres
- Mapping real money into MUD-Money Henrik Johansson
- Java or LPC (DGD)? Ben Chambers
- Java or LPC (DGD)? Ammon Lauritzen
- Java or LPC (DGD)? T. Alexander Popiel
In message: <000001c35efe$e2197850$0200a8c0@revenant>
bjchamb@bellsouth.net writes:
> I know both well, and have arguments both ways. Which language
> would be better to use when developing a MUD from scratch?
[checklist of several points]
> Are there any points for either of the two that I missed? Which
> of the points that I put in there aren't really significant?
> Which language would you recommend?
Speed is largely irrelevant; assuming a dedicated machine, modern
CPUs make light work of the small scale text-munging of running a
MUD. Also, the speed or lack thereof for Java is chimerical; it all
depends on how you compile it and what sort of JVM you use. Native
compiled Java (as opposed to bytecode) is on par with C++ for speed,
and there are some bytecode VMs which are pretty speedy, too.
One major factor you may have overlooked is DGD's ability to replace
game code on the fly, without an engine reboot. Trying to do this
in Java is generally problematic, if the VM you're using supports it
at all. This comes into play particularly if you're trying to fix
bugs without downtime.
Memory usage is another important issue. Java very much encourages
creating lots of intermediate/temporary objects, particularly if you
are manipulating Strings. The immutability of these basic objects
(and the boxed Integers, Characters, etc) tends to get in the way of
efficient handling, leading to much data copying and garbage
collection. If your garbage collector gets behind, then the process
size bloats disturbingly. LPC (when last I looked at an LPC
library) doesn't have this heavy emphasis on object creation, and
strings are mutable, so memory doesn't get nearly as thrashed.
DGD is superior in its ability to do CPU time limiting on various
threads, so you don't get runaway code which crashes the entire
system. Java (per the spec) doesn't have such a concept, and I
don't know of any VM implementations that support such.
The security model of LPC may be more applicable to what you're
doing than that of Java... it's been long enough since I worked with
LPC that I don't know the details of what's readily supported.
Generally, I'd suggest DGD's LPC over Java, simply because it's
better tuned to the application in question (long running processes
which do a lot of text munging and often need to be updated on the
fly).
- Alex - Java or LPC (DGD)? ceo
- Java or LPC (DGD)? Lars Duening
- Java or LPC (DGD)? Torgny Bjers
- Java or LPC (DGD)? Ryan Underwood
- Reputation systems: a possible path for investigation J C Lawrence
- Reputation systems: a possible path for investigation david.l.smith@mail-x-change.com
- Reputation systems: a possible path for investigation Brian 'Psychochild' Green
- Reputation systems: a possible path for investigation Andrew L. Tepper
- Reputation systems: a possible path for investigation Matt Mihaly
- Reputation systems: a possible path for investigation Vincent Archer
- Reputation systems Castronova, Edward
- Reputation systems J C Lawrence
- Mapping real money into MUD-Money Ren Reynolds
- MudDev Faq - part 2 Marian Griffith
- PHP muds Peter Harkins
- PHP muds Torgny Bjers
- Slashdot story about review of Bartle's new book Christer Enfors XW {TN/PAC}
- Slashdot story about review of Bartle's new book Dave Rickey
- Slashdot story about review of Bartle's new book Evan Harper
- Slashdot story about review of Bartle's new book Richard A. Bartle
- Slashdot story about review of Bartle's new book Tamzen Cannoy
- Slashdot story about review of Bartle's new book Kerry Fraser-Robinson
- Slashdot story about review of Bartle's new book Richard A. Bartle
- Slashdot story about review of Bartle's new book Dave Rickey
- Slashdot story about review of Bartle's new book Marc Bowden
- The lack of Creativity and Beauty a game user james_nesfield@nesfieldcapital.com
- Artists and Copyrights Derek Licciardi
- Artists and Copyrights Paolo Piselli
- Artists and Copyrights Marian Griffith
- Artists and Copyrights Paul Dahlke
- Using Windows Scripting Host Owen Matt
- Using Windows Scripting Host F. Randall Farmer
- Using Windows Scripting Host Karl Dyson
- Using Windows Scripting Host Tess Lowe
- Better Game Design through Data Mining David Kennerly
- Better Game Design through Data Mining Chris "Diamonds" Stewart
- When Will Player-Avatar Integrity Be a Feature of Persistent Worlds? vladimir cole
- When Will Player-Avatar Integrity Be a Feature of Persistent Worlds? Martin Bassie
- When Will Player-Avatar Integrity Be a Feature of Persistent Worlds? Craig H Fry
- When Will Player-Avatar Integrity Be a Feature of Persistent Worlds? Matt Mihaly
- When Will Player-Avatar Integrity Be a Feature ofPersistent Worlds? Michael Tresca
- When Will Player-Avatar Integrity Be a Feature ofPersistent Worlds? Baar - Lord of the Seven Suns
- [Fwd: Metrics for assessing game design] ceo
- Examine/Look Elia Morling
- Examine/Look Ammon Lauritzen
- Examine/Look Marc Bowden
- Examine/Look Lars Duening
- Examine/Look Eamonn O'Brien
- [BUS] Account-management systems ceo
- [BUS] Account-management systems Rayzam
- [BUS] Account-management systems Christopher Allen
- Job opportunity on Star Wars Galaxies Koster, Raph
- NCSoft yearly report Mathieu Castelli
- MUD using the .net framework Norman Beresford
- MUD using the .net framework John Buehler
- MUD using the .net framework James F. Bellinger
- MUD using the .net framework Linder Support Team
- Virtual property lawsuit in China Koster, Raph
- Virtual property lawsuit in China Nicolai Hansen
- Virtual property lawsuit in China Daniel Anderson
- Virtual property lawsuit in China Kerry Fraser-Robinson
- Virtual property lawsuit in China Vladimir Cole
- Virtual property lawsuit in China Ren Reynolds
- Virtual property lawsuit in China Nicolai Hansen
- Virtual property lawsuit in China ren@aldermangroup.com
- Expected value and standard deviation. Jeff Cole
- Expected value and standard deviation. Scion Altera
- Expected value and standard deviation. Jeremy Hill
- Expected value and standard deviation. katie@stickydata.com
- Expected value and standard deviation. Ben Chambers
- Expected value and standard deviation. Zach Collins {Siege}
- Expected value and standard deviation. Ben Chambers
- Expected value and standard deviation. Robert Zubek
- Expected value and standard deviation. Kwon J. Ekstrom
- Expected value and standard deviation. Eamonn O'Brien
- Expected value and standard deviation. Kwon J. Ekstrom
- Expected value and standard deviation. Freeman, Jeff
- Expected value and standard deviation. Zach Collins {Siege}
- Expected value and standard deviation. Bernard Graham
- Expected value and standard deviation. Freeman, Jeff
- Expected value and standard deviation. Jeff Cole
- Expected value and standard deviation. Koster, Raph
- Expected value and standard deviation. Katie Lukas
- Expected value and standard deviation. Fidelio Gwaihir
- Expected value and standard deviation. Katie Lukas
- Expected value and standard deviation. Matt Mihaly
- Expected value and standard deviation. Martin Bassie
- Expected value and standard deviation. Katie Lukas
- Expected value and standard deviation. Matt Mihaly
- Expected value and standard deviation. Paul Schwanz
- Expected value and standard deviation. Matt Mihaly
- Expected value and standard deviation. Koster, Raph
- Expected value and standard deviation. Paul Schwanz
- Expected value and standard deviation. Amanda Walker
- Expected value and standard deviation. John Buehler
- Expected value and standard deviation. Kwon J. Ekstrom
- Expected value and standard deviation. Jeff Cole
- Expected value and standard deviation. Paul Schwanz
- Expected value and standard deviation. Dr. Cat
- Expected value and standard deviation. David Loving
- Expected value and standard deviation. Pat Ditterline
- Expected value and standard deviation. Michael Chui
- Expected value and standard deviation. Matt Mihaly
- Expected value and standard deviation. Kwon J. Ekstrom
- Expected value and standard deviation. Chanur Silvarian
- Expected value and standard deviation. Katie Lukas
- Expected value and standard deviation. Daniel.Harman@barclayscapital.com
- Expected value and standard deviation. Oliver Smith
- Expected value and standard deviation. Daniel Anderson
- Expected value and standard deviation. Koster, Raph
- Expected value and standard deviation. Nicolai Hansen
- Expected value and standard deviation. Dark Lamenth
- Expected value and standard deviation. Fidelio Gwaihir
- Expected value and standard deviation. Ola Fosheim Grøstad
- Expected value and standard deviation. gbtmud
- Expected value and standard deviation. Tom "cro" Gordon
- Expected value and standard deviation. Sheela Caur'Lir
- Expected value and standard deviation. Roger Hicks
- Expected value and standard deviation. Ola Fosheim Grøstad
- Expected value and standard deviation. Freeman, Jeff
- Expected value and standard deviation. Matt Mihaly
- Expected value and standard deviation. Tom "cro" Gordon