1998Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Wild idea.. :) -->
<!--X-From-R13: Pra Uerrne <terrneNploreuvtujnl.arg> -->
<!--X-Date: Fri, 4 Sep 1998 22:59:47 &#45;0700 -->
<!--X-Message-Id: Pine.LNX.3.96.980904212050.24428A&#45;100000#shamen,cyberhighway.net -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 35F0B8D2.6C40DBC3#freehold,crocodile.org -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Wild idea.. :)</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:greear#cyberhighway,net">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00960.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00962.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00960.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00939.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00961">Author</A>
&nbsp;|&nbsp;<A HREF="#00961">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00961">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Wild idea.. :)</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Wild idea.. :)</LI>
<LI><em>From</em>: Ben Greear &lt;<A HREF="mailto:greear#cyberhighway,net">greear#cyberhighway,net</A>&gt;</LI>
<LI><em>Date</em>: Fri, 4 Sep 1998 22:56:35 -0700 (MST)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>

On Fri, 4 Sep 1998, Vadim Tkachenko wrote:

&gt; I guess would there be a good object-oriented database engine, people
&gt; woul've been using it already :-(((

Yep, Yep :(

&gt; 
&gt; &gt; Right now, I'm leaning towards coding my own..as I have to do a bunch
&gt; &gt; of encoding work anyway to get the mobile objects to work across
&gt; &gt; servers.  (ie, encode...put-on-socket...decode)
&gt; 
&gt; ... which, again, reminds me of the way I do it: I have
&gt; transaction-oriented protocol adapters on top of stream-oriented. Just
&gt; today was solving a problem - how to support the streaming request (in
&gt; my particular case, it's backup or restore) over such architecture
&gt; without penetrating the transaction/stream border. And getting back to
&gt; the topic, 'implements java.io.Serializable', huh? Do you use/plan
&gt; CORBA? RMI? Does anyone have a first-hand experience with comparing
&gt; those two?

Serializable uses reflection, afaik.  This is inherently slow, even
for Java.  I cases where this doesn't matter, then it is a very handy
feature when it works..but for me it definately won't cut it.

With java or c++, I will encode to binary and ship bytes over
a socket...decode on other end.

&gt; 
&gt; Related question (off the top of my head, so that's just a thought
&gt; aloud): is Java serialized stream documented? (guess so) What is a cost
&gt; of cross-platform (mean cross-language and big/little endian (or it's
&gt; always network order?)) serialization engine? (guess VERY HIGH)

Java is always NBO, but of course, it has to be translated at some
level.  However, that will always be the case on Intel machines,
no matter the language...


Since I will eventually have to call c/c++ code (ie the graphics
package), I'm now leaning towards using c++.  Probably change my
mind again tomorrow.... ****aaaaahhhhhh****

Ben

&gt; 
&gt; &gt; Ben Greear (greear#cyberhighway,net)  <A  HREF="http://www.primenet.com/~greear">http://www.primenet.com/~greear</A>
&gt; 
&gt; -- 
&gt; Still alive and smile stays on,
&gt; Vadim Tkachenko &lt;vt#freehold,crocodile.org&gt;
&gt; --
&gt; UNIX _is_ user friendly, he's just very picky about who his friends are
&gt; 
&gt; -- 
&gt; MUD-Dev: Advancing an unrealised future.
&gt; 


Ben Greear (greear#cyberhighway,net)  <A  HREF="http://www.primenet.com/~greear">http://www.primenet.com/~greear</A> 
Author of ScryMUD:  mud.primenet.com 4444
<A  HREF="http://www.primenet.com/~greear/ScryMUD/scry.html">http://www.primenet.com/~greear/ScryMUD/scry.html</A>




</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00960" HREF="msg00960.html">[MUD-Dev] Re: Wild idea.. :)</A></STRONG>
<UL><LI><EM>From:</EM> Vadim Tkachenko &lt;vt#freehold,crocodile.org&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00960.html">[MUD-Dev] Re: Wild idea.. :)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00962.html">[MUD-Dev] npc memory and reactions</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00960.html">[MUD-Dev] Re: Wild idea.. :)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00939.html">[MUD-Dev] Re: Wild idea.. :)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00961"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00961"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>[MUD-Dev] Re: Wild idea.. :)</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00941" HREF="msg00941.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Fri 04 Sep 1998, 05:30 GMT
<UL>
<LI><strong><A NAME="00953" HREF="msg00953.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Sat 05 Sep 1998, 01:23 GMT
<UL>
<LI><strong><A NAME="00959" HREF="msg00959.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sat 05 Sep 1998, 03:35 GMT
<UL>
<LI><strong><A NAME="00960" HREF="msg00960.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Sat 05 Sep 1998, 04:06 GMT
<UL>
<LI><strong><A NAME="00961" HREF="msg00961.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sat 05 Sep 1998, 05:59 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00939" HREF="msg00939.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Fri 04 Sep 1998, 05:15 GMT
</LI>
</ul>
<LI><strong><A NAME="00930" HREF="msg00930.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Adam J. Thornton <a href="mailto:adam#phoenix,Princeton.EDU">adam#phoenix,Princeton.EDU</a>, Thu 03 Sep 1998, 15:41 GMT
<UL>
<LI><strong><A NAME="00940" HREF="msg00940.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Fri 04 Sep 1998, 05:22 GMT
</LI>
<LI><strong><A NAME="00942" HREF="msg00942.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Fri 04 Sep 1998, 05:39 GMT
</LI>
</UL>
</LI>
</ul>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>