期刊名称:Oriental Journal of Computer Science and Technology
印刷版ISSN:0974-6471
出版年度:2010
卷号:3
期号:1
页码:215-217
出版社:Oriental Scientific Publishing Company
摘要:An emerging trend in the Signal and Image Processing (SIP) community is the appearance ofmiddleware and middleware standards that can be readily exploited for distributed computing applicationsby the SIP community. High performance computing and High Performance Embedded Computing(HPEC) applications will benefit significantly from highly efficient & portable computational middlewarefor signal & image processing. Open middleware standards such as VSIPL, MPI, CORBA, encodingand SOAP –based messaging protocols. More specifically, we will be focused on the appropriate useof such technologies for implementing new SIP applications, or extending legacy applications throughthe use of these technologies. The three middleware standards we have selected all have certaincommonalities. All are based around the concept of a client application using the services available ona remote machine, or server. A remote executable object that implements one or more exposed interfacesprovides these services. The object's interface represents a contract between the client and the server.This interface is written as a Java interface for Java RMI, in IDL for CORBA, and in WSDL for webser vices. In the latter two cases, the more generic descriptions can be translated intospecific languageimp lementations