Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bd5c3d824c3db63ffd9226c15941e6ad > files > 268

mozart-1.4.0-1mdv2010.0.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>10.3 Changes in the implementation that affect maintainability and portability</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node30.html#section.m120.fixes">&lt;&lt; Prev</A></TD><TD><A href="node28.html">- Up -</A></TD></TR></TABLE><DIV id="section.m120.internal"><H2><A name="section.m120.internal">10.3 Changes in the implementation that affect maintainability and portability</A></H2><H3><A name="label38">10.3.1 Accessing Oz Data Structures</A></H3><P>Mozart 1.2.0 features the new design and implementation of the part of the run-time system (engine) that deals with allocation and accessing Oz data structures. This not only allows 2GB of live data, as mentioned in <A href="node29.html#section.m120.changes">Section&nbsp;10.1</A>, but also: </P><DL><DT>* Greatly enhanced portability </DT><DD><P>Mozart does not impose anymore any constraints on where the &quot;C&quot; data regions are mapped, which is different across different flavors of Un*x. This also simplified the Windows port. </P></DD><DT>* Is THE prerequisite for clean 64bit ports </DT><DD><P>while this release still does not support 64 Bit machines such as Alphas, etc, this change is the first -- and quite big -- step towards that goal. </P></DD></DL><P> </P><H3><A name="label39">10.3.2 Redesign of the Distribution Subsystem</A></H3><P>Distribution subsystem has undergone a principle overhaul. </P><UL><LI><P>The distribution subsystem is cleanly divided into a protocol layer and a message-passing layer, with interfaces between them explicitly specified. </P></LI><LI><P>Flexible connection establishment. A pair of Mozart sites connect now by execution of dedicated, replaceable Mozart functors. This enables customization of connection protocols for creation of closed subdomains or traversal of fire-walls. Currently there is no user interface to this facility, but we plan to introduce one. </P></LI><LI><P>The message-passing layer has been redesigned and re-implemented. The new design is featured by: </P><UL><LI><P>better resource utilization, both in terms of memory and system resources (e.g file descriptors). </P></LI><LI><P>improved balance between the (centralized) engine and the distribution subsystem in terms of run time. In particular, large messages sent between Mozart sites do not lock out the engines on either side. </P></LI><LI><P>an open architecture enabling introduction of new transportation mediums. </P></LI><LI><P>higher throughput by better pipelining of messages. </P></LI><LI><P>caching of TCP channels reworked. </P></LI><LI><P>automatic round trip calculation. </P></LI><LI><P>failure detection on measured round trips rather than by TCP. </P></LI></UL><P> </P></LI></UL><P> A document describing the Distributed Subsystem added to the documentation tree. </P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node30.html#section.m120.fixes">&lt;&lt; Prev</A></TD><TD><A href="node28.html">- Up -</A></TD></TR></TABLE><HR><ADDRESS><SPAN class="version">Version 1.4.0 (20090610)</SPAN></ADDRESS></BODY></HTML>