1 resultado para Communication between software components
em CORA - Cork Open Research Archive - University College Cork - Ireland
Filtro por publicador
- Aberdeen University (1)
- Academic Research Repository at Institute of Developing Economies (1)
- Acceda, el repositorio institucional de la Universidad de Las Palmas de Gran Canaria. España (5)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (17)
- AMS Tesi di Laurea - Alm@DL - Università di Bologna (4)
- ArchiMeD - Elektronische Publikationen der Universität Mainz - Alemanha (4)
- Aston University Research Archive (10)
- Biblioteca de Teses e Dissertações da USP (1)
- Biblioteca Digital | Sistema Integrado de Documentación | UNCuyo - UNCUYO. UNIVERSIDAD NACIONAL DE CUYO. (2)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (17)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP) (31)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (50)
- Brock University, Canada (7)
- Bucknell University Digital Commons - Pensilvania - USA (3)
- Bulgarian Digital Mathematics Library at IMI-BAS (4)
- CentAUR: Central Archive University of Reading - UK (38)
- Central European University - Research Support Scheme (1)
- CiencIPCA - Instituto Politécnico do Cávado e do Ave, Portugal (6)
- Cochin University of Science & Technology (CUSAT), India (8)
- Comissão Econômica para a América Latina e o Caribe (CEPAL) (3)
- Consorci de Serveis Universitaris de Catalunya (CSUC), Spain (43)
- CORA - Cork Open Research Archive - University College Cork - Ireland (1)
- CUNY Academic Works (1)
- Dalarna University College Electronic Archive (14)
- Department of Computer Science E-Repository - King's College London, Strand, London (3)
- Digital Archives@Colby (1)
- Digital Commons - Michigan Tech (5)
- Digital Commons @ DU | University of Denver Research (2)
- Digital Commons at Florida International University (5)
- Digital Peer Publishing (8)
- Digital Repository at Iowa State University (1)
- DigitalCommons@The Texas Medical Center (10)
- DigitalCommons@University of Nebraska - Lincoln (2)
- Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland (61)
- DRUM (Digital Repository at the University of Maryland) (2)
- Duke University (1)
- eResearch Archive - Queensland Department of Agriculture; Fisheries and Forestry (1)
- FUNDAJ - Fundação Joaquim Nabuco (1)
- Glasgow Theses Service (1)
- Institute of Public Health in Ireland, Ireland (4)
- Instituto Politécnico do Porto, Portugal (57)
- Iowa Publications Online (IPO) - State Library, State of Iowa (Iowa), United States (16)
- Lume - Repositório Digital da Universidade Federal do Rio Grande do Sul (3)
- Martin Luther Universitat Halle Wittenberg, Germany (1)
- Massachusetts Institute of Technology (1)
- Memoria Académica - FaHCE, UNLP - Argentina (10)
- Ministerio de Cultura, Spain (2)
- National Center for Biotechnology Information - NCBI (7)
- Nottingham eTheses (1)
- Open University Netherlands (3)
- Portal de Revistas Científicas Complutenses - Espanha (2)
- Portal do Conhecimento - Ministerio do Ensino Superior Ciencia e Inovacao, Cape Verde (3)
- Publishing Network for Geoscientific & Environmental Data (6)
- RCAAP - Repositório Científico de Acesso Aberto de Portugal (1)
- ReCiL - Repositório Científico Lusófona - Grupo Lusófona, Portugal (5)
- Repositório Científico da Universidade de Évora - Portugal (1)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (15)
- Repositório da Produção Científica e Intelectual da Unicamp (5)
- Repositório da Universidade Federal do Espírito Santo (UFES), Brazil (3)
- Repositório digital da Fundação Getúlio Vargas - FGV (7)
- Repositório Digital da UNIVERSIDADE DA MADEIRA - Portugal (1)
- Repositório Institucional da Universidade de Aveiro - Portugal (1)
- Repositório Institucional da Universidade Estadual de São Paulo - UNESP (2)
- Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho" (132)
- RUN (Repositório da Universidade Nova de Lisboa) - FCT (Faculdade de Cienecias e Technologia), Universidade Nova de Lisboa (UNL), Portugal (23)
- School of Medicine, Washington University, United States (1)
- Scielo Saúde Pública - SP (14)
- Universidad de Alicante (2)
- Universidad del Rosario, Colombia (10)
- Universidad Politécnica de Madrid (27)
- Universidade Complutense de Madrid (1)
- Universidade do Minho (15)
- Universidade dos Açores - Portugal (2)
- Universidade Federal do Pará (7)
- Universidade Federal do Rio Grande do Norte (UFRN) (31)
- Universidade Metodista de São Paulo (3)
- Universidade Técnica de Lisboa (1)
- Universitat de Girona, Spain (3)
- Universitätsbibliothek Kassel, Universität Kassel, Germany (3)
- Université de Lausanne, Switzerland (58)
- Université de Montréal, Canada (18)
- Université Laval Mémoires et thèses électroniques (1)
- University of Connecticut - USA (2)
- University of Michigan (8)
- University of Queensland eSpace - Australia (28)
- WestminsterResearch - UK (1)
Resumo:
Object-oriented design and object-oriented languages support the development of independent software components such as class libraries. When using such components, versioning becomes a key issue. While various ad-hoc techniques and coding idioms have been used to provide versioning, all of these techniques have deficiencies - ambiguity, the necessity of recompilation or re-coding, or the loss of binary compatibility of programs. Components from different software vendors are versioned at different times. Maintaining compatibility between versions must be consciously engineered. New technologies such as distributed objects further complicate libraries by requiring multiple implementations of a type simultaneously in a program. This paper describes a new C++ object model called the Shared Object Model for C++ users and a new implementation model called the Object Binary Interface for C++ implementors. These techniques provide a mechanism for allowing multiple implementations of an object in a program. Early analysis of this approach has shown it to have performance broadly comparable to conventional implementations.