- Inter-Language Unification
Inter-Language Unification or ILU is a method for computer systems to exchange data, bridging differences in the way systems represent the various kinds of data. Even if two systems run on the same computer, or on identical computer hardware, many differences arise from the use of different computer languages to build the systems.
The object interfaces provided by ILU hide
implementation distinctions between different languages, between differentaddress space s, and betweenoperating system types. ILU can be used to build multi-lingual object-oriented libraries ("class libraries") with well-specified language-independent interfaces. It can also be used to implement distributed systems. It can also be used to define and document interfaces between the modules of non-distributed programs. ILU interfaces can be specified in either the Object Management Group's CORBA Interface Definition Language (OMG IDL), or ILU's Interface Specification Language (ISL).History
ILU was developed as an Open Source project at the
Xerox Palo Alto Research Center (Xerox PARC ) from 1991 until 2000. The last release was 2.0beta1.From 1997 to 2000, ILU was used as the foundation for experimental work on a "next generation" HTTP protocol by the
World Wide Web Consortium 's HTTP-NG activity. As a result of this work, a particularly efficient experimental RPC protocol called " [http://www.w3.org/TR/1998/WD-HTTP-NG-wire-19980710/wire-encoding.html w3ng] " was developed, along with a way of efficiently multiplexing a single TCP connection into multiple channels in both directions, called " [http://www.w3.org/Protocols/MUX/WD-mux-980708.html w3mux] ". The [http://www.parc.com/janssen/pubs/www9-http-next-generation.html results of the HTTP-NG experiment] were presented at the 2000World Wide Web Conference .Features
The last release supported the
programming language sC++ (Corba2 mapping),ANSI C , Python, Java, andCommon Lisp . Contributed support was also available forModula-3 , Guile Scheme, andPerl 5 . ILU has been installed on most flavors of UNIX (SunOS , Solaris,HP-UX , AIX, OSF,IRIX ,FreeBSD ,Linux ,LynxOS , SCO Unix, etc.) and MS-Windows (3.1, 95, NT). It supported both threaded (POSIX , Solaris, NT, Franz ACL, PPCR, Modula-3) and event-loop (Xt , Tk,XView ) operation.One of the implementation goals was to maximize compatibility with existing
open standard s. As a result, ILU provided support for use of the OMG CORBA IDL interface description language, and can be thought of as a CORBA ORB system (though with omissions from and extensions to the CORBA spec). ILU also included a self-contained implementation of ONC RPC, and it was possible to describe and use existing RPC services as ILU objects. ILU also included a self-contained implementation of the World Wide Web's Hypertext Transfer Protocol (HTTP), and could thus be used to implement object-orientedweb browser s and servers. Communication security was provided by GSS-based context negotiation and on-the-wire encryption.External links
The ILU sources are available free from ftp://ftp.parc.xerox.com/pub/ilu/ilu.html.
Wikimedia Foundation. 2010.