4,426,660 research outputs found

    Compiling distributed C++

    Get PDF
    technical reportDistributed C++ (DC++) is a language for writing parallel applications on loosely coupled distributed systems in C++. Its key idea is to extend the C++ class into 3 categories: gateway classes which act as communication and synchronization entry points between abstract processors, classes whose instances may be passed by value between abstract processors via gateways, and vanilla C++ classes. DC++ code is compiled to C++ code with calls to the DC++ runtime system. The DC++ compiler wraps gateway classes with handle classes so that remote procedure calls are transparent. It adds static variables to value classes and produces code which is used to marshal and unmarshal arguments when these value classes are used in remote procedure calls. Value classes are deep copied and preserve structure sharing. This paper shows DC++ compilation and performance

    A taxonomic revision of Camptocerus Dejean (Coleoptera: Curculionidae: Scolytinae)

    Get PDF
    The Neotropical ambrosia beetle genus Camptocerus Dejean was revised. Monophyly of the genus was tested using 66 morphological characters in a cladistic analysis. Camptocerus was recovered as monophyletic and 31 species were recognized. Six new synonyms were discovered: C. auricomus Blandford 1896 (= C. striatulus Hagedorn 1905), C. inoblitus (Schedl) 1939 (= C. morio (Schedl) 1952), C. niger (Fabricius) 1801 (= C. tectus Eggers 1943), C. opacicollis (Eggers) 1929 (= C. infidelis Wood 1969; = C. uniseriatus Schedl 1972), C. suturalis (Fabricius) 1801 (= C. cinctus Chapuis 1869). Two species were removed from synonymy: C. charpentierae Schedl and C. hirtipennis Schedl. Twelve new species of Camptocerus were described: C. coccoformus (Brazil, Ecuador), C. distinctus (Ecuador), C. doleae (Ecuador), C. igniculus (Brazil), C. mallopterus (Ecuador), C. noel (widely distributed across Amazonia), C. petrovi (Ecuador), C. pilifrons (Ecuador), C. pseudoangustior (widely distributed across Amazonia), C. satyrus (Brazil), C. unicornus (Brazil) and C. zucca (Ecuador). Lectotypes are here designated for the following species: Camptocerus auricomus Blandford, Camptocerus squammiger Chapuis, Hylesinus gibbus Fabricius, Hylesinus suturalis Fabricius, Hylesinus fasciatus Fabricius. A key, diagnosis, distribution, host records and images were provided for each species

    GB virus C viremia and anti-E2 antibody response among hemodialysis patients in Gorgan, Iran

    Get PDF
    Background: GB Virus C is a blood-borne virus and a member of Flaviviridae, like hepatitis C that is distributed globally and puts hemodialysis patients at high risk of developing liver disease. The clinical significance of GBV-C in this population remains unclear

    Distributed Objects in C#

    Get PDF
    Today more and more programs run over a collection of autonomous computers linked by a network and are designed to produce an integrated computing facility. Java Distributed Objects (JDO) proposed by Dr. Axel T. Schreiner builds an infrastructure which allows distributed program components to communicate over a network in a transparent, reliable, efficient, and generic way. JDO was originally intended as a teaching device to assess design parameters for distributed objects. This project focuses on porting JDO, which is implemented in Java on Sun\u27s JDK, to C# on Microsoft\u27s .NET. On one hand, it builds an infrastructure in C# that simplifies the construction of distributed programs by hiding the distributed nature of remote objects. On the other hand, it generates insights into the differences between two platforms, namely, Java on Sun and C# on .NET, in the distributed objects area. This document illustrates the architectural design of the C# Distributed Objects system and compares programming technologies, which are required by this system design, in Java and C#

    Characteristics of the Audit Processes for Distributed Informatics Systems

    Get PDF
    The paper contains issues regarding: main characteristics and examples of the distributed informatics systems and main difference categories among them, concepts, principles, techniques and fields for auditing the distributed informatics systems, concepts and classes of the standard term, characteristics of this one, examples of standards, guidelines, procedures and controls for auditing the distributed informatics systems. The distributed informatics systems are characterized by the following issues: development process, resources, implemented functionalities, architectures, system classes, particularities. The audit framework has two sides: the audit process and auditors. The audit process must be led in accordance with the standard specifications in the IT&C field. The auditors must meet the ethical principles and they must have a high-level of professional skills and competence in IT&C field.informatics audit, characteristic, distributed informatics system, standard
    • 

    corecore