1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- This document was generated using DocBuilder 3.3.2 -->
<HTML>
<HEAD>
<TITLE>Introduction to cosTime</TITLE>
<SCRIPT type="text/javascript" src="../../../../doc/erlresolvelinks.js">
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF"
ALINK="#FF0000">
<CENTER>
<A HREF="http://www.erlang.se"><IMG BORDER=0 ALT="[Ericsson AB]" SRC="min_head.gif"></A>
</CENTER>
<A NAME="2"><!-- Empty --></A>
<H2>2 Introduction to cosTime</H2>
<A NAME="2.1"><!-- Empty --></A>
<H3>2.1 Overview</H3>
<P>The cosTime application is Time and TimerEvent Services compliant with the <A TARGET="_top" HREF="http://www.omg.org">OMG</A>
Services CosTime and CosTimerEvent.
<A NAME="2.1.1"><!-- Empty --></A>
<H4>2.1.1 Purpose and Dependencies</H4>
<P>This application use <CODE>calender:now_to_universal_time(Now)</CODE> to create a
UTC. Hence, the underlying OS must deliver a correct result when calling
<CODE>erlang:now()</CODE>.
<P> <STRONG>cosTime</STRONG> is dependent on <STRONG>Orber</STRONG>, which provides CORBA functionality in an Erlang environment.
<P> <STRONG>cosTimerEvent</STRONG> is dependent on <STRONG>Orber</STRONG> and <STRONG>cosNotification</STRONG>,
which provides CORBA functionality and Event handling in an Erlang environment.
<A NAME="2.1.2"><!-- Empty --></A>
<H4>2.1.2 Prerequisites</H4>
<P> To fully understand the concepts presented in the
documentation, it is recommended that the user is familiar
with distributed programming, CORBA, the Orber and cosNotification applications.
<P> Recommended reading includes <STRONG>CORBA,
Fundamentals and Programming - Jon Siegel</STRONG> and <STRONG> Open Telecom Platform Documentation
Set</STRONG>. It is also helpful to have read <STRONG> Concurrent Programming in Erlang</STRONG>.
<CENTER>
<HR>
<SMALL>
Copyright © 1991-2004
<A HREF="http://www.erlang.se">Ericsson AB</A><BR>
</SMALL>
</CENTER>
</BODY>
</HTML>
|