Tesis sobre el tema "Commodity hardware"
Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros
Consulte los 16 mejores tesis para su investigación sobre el tema "Commodity hardware".
Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.
También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.
Explore tesis sobre una amplia variedad de disciplinas y organice su bibliografía correctamente.
Holstius, David. "Monitoring Particulate Matter with Commodity Hardware". Thesis, University of California, Berkeley, 2014. http://pqdtopen.proquest.com/#viewpdf?dispub=3640465.
Texto completoHealth effects attributed to outdoor fine particulate matter (PM 2.5) rank it among the risk factors with the highest health burdens in the world, annually accounting for over 3.2 million premature deaths and over 76 million lost disability-adjusted life years. Existing PM2.5 monitoring infrastructure cannot, however, be used to resolve variations in ambient PM2.5 concentrations with adequate spatial and temporal density, or with adequate coverage of human time-activity patterns, such that the needs of modern exposure science and control can be met. Small, inexpensive, and portable devices, relying on newly available off-the-shelf sensors, may facilitate the creation of PM2.5 datasets with improved resolution and coverage, especially if many such devices can be deployed concurrently with low system cost.
Datasets generated with such technology could be used to overcome many important problems associated with exposure misclassification in air pollution epidemiology. Chapter 2 presents an epidemiological study of PM2.5 that used data from ambient monitoring stations in the Los Angeles basin to observe a decrease of 6.1 g (95% CI: 3.5, 8.7) in population mean birthweight following in utero exposure to the Southern California wildfires of 2003, but was otherwise limited by the sparsity of the empirical basis for exposure assessment. Chapter 3 demonstrates technical potential for remedying PM2.5 monitoring deficiencies, beginning with the generation of low-cost yet useful estimates of hourly and daily PM2.5 concentrations at a regulatory monitoring site. The context (an urban neighborhood proximate to a major goods-movement corridor) and the method (an off-the-shelf sensor costing approximately USD $10, combined with other low-cost, open-source, readily available hardware) were selected to have special significance among researchers and practitioners affiliated with contemporary communities of practice in public health and citizen science. As operationalized by correlation with 1h data from a Federal Equivalent Method (FEM) β-attenuation data, prototype instruments performed as well as commercially available equipment costing considerably more, and as well as another reference instrument under similar conditions at the same timescale (R2 = 0.6). Correlations were stronger when 24 h integrating times were used instead (R2 = 0.72).
Chapter 4 replicates and extends the results of Chapter 3, showing that similar calibrations may be reasonably exchangeable between near-roadway and background monitoring sites. Chapter 4 also employs triplicate sensors to obtain data consistent with near-field (< 50 m) observations of plumes from a major highway (I-880). At 1 minute timescales, maximum PM2.5 concentrations on the order of 100 μg m–3 to 200 μg m–3 were observed, commensurate with the magnitude of plumes from wildfires on longer timescales, as well as the magnitude of plumes that might be expected near other major highways on the same timescale. Finally, Chapter 4 quantifies variance among calibration parameters for a large sample of the sensors, as well as the error associated with the remote transfer of calibrations between two sufficiently large sets (± 10 % for n = 12). These findings suggest that datasets generated with similar sensors could also improve upstream scientific understandings of fluxes resulting from indoor and outdoor emissions, atmospheric transformations, and transport, and may also facilitate timely and empirical verification of interventions to reduce emissions and exposures, in many important contexts (e.g., the provision of improved cookstoves; congestion pricing; mitigation policies attached to infill development; etc.). They also demonstrate that calibrations against continuous reference monitoring equipment could be remotely transferred, within practical tolerances, to reasonably sized and adequately resourced participatory monitoring campaigns, with minimal risk of disruption to existing monitoring infrastructure (i.e., established monitoring sites). Given a collaborator with a short window of access to a reference monitoring site, this would overcome a nominally important barrier associated with non-gravimetric, in-situ calibration of continuous PM2.5 monitors. Progressive and disruptive prospects linked to a proliferation of comparable sensing technologies based on commodity hardware are discussed in Chapter 5.
Beltrán, Querol Vicenç. "Improving web server efficiency on commodity hardware". Doctoral thesis, Universitat Politècnica de Catalunya, 2008. http://hdl.handle.net/10803/6024.
Texto completoThe unstoppable growth of the World Wide Web requires a huge amount of computational resources that must be used efficiently. Nowadays, commodity hardware is the preferred platform to run web server systems because it is the most cost-effective solution. The work presented in this thesis aims to improve the efficiency of current web server systems, allowing the web servers to make the most of hardware resources. To this end, we first characterize current web server system and identify the problems that hinder web servers from providing an efficient utilization of resources. From the study of web servers in a wide range of situations and environments, we have identified two main issues that prevents web servers systems from efficiently using current hardware resources. The first is the extension of the HTTP protocol to include connection persistence and security, which dramatically impacts the performance and configuration complexity of traditional multi-threaded web servers. The second is the memory-bounded or disk-bounded nature of some web workloads that prevents the full utilization of the abundant CPU resources available on current commodity hardware. We propose two novel techniques to overcome the main problems with current web server systems. Firstly, we propose a Hybrid web server
architecture which can be easily implemented in any multi-threaded web server to improve CPU utilization so as to provide better management of client connections. And secondly, we describe a main memory compression technique implemented in the Linux operating system that makes optimum use of current multiprocessor's hardware, in order to improve the performance of memory bound web applications. The thesis is supported by an exhaustive experimental evaluation that proves the effectiveness and feasibility of our proposals for current systems. It is worth noting that the main concepts behind the Hybrid architecture have recently been implemented in popular web servers like Apache, Tomcat and Glassfish.
Egi, Norbert. "Software virtual routers on commodity hardware architectures". Thesis, Lancaster University, 2009. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.539674.
Texto completoBotnen, Martin y Harald Ueland. "Using Commodity Graphics Hardware for Medical Image Segmentation". Thesis, Norwegian University of Science and Technology, Department of Computer and Information Science, 2005. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-9191.
Texto completoModern graphics processing units (GPUs) have evolved into high-performance processors with fully programmable vertex and fragment stages. As their functionality and performance are still increasing, more programmers are appealed by their computational power. This has led to an extensive usage of the GPU as a computational resource in general-purpose computing, and not just within applications of the entertainment business and computer games. Large volume data sets are involved when it comes to medical image segmentation. It is a time consuming task, but is important in the process of detection and identification of special structures and objects. In this thesis we investigate the possibility of using commodity graphics hardware for medical image segmentation. By using a high-level shading language, and utilizing state of the art technolgy like the framebuffer object (FBO) extension and a modern programmable GPU, we perform seeded region growing (SRG) on medical volume data. We also implement two pre-processing filters on the GPU; a median filter and a nonlinear anisotropic diffusion filter, along with a volume visualizer that renders volume data. In our work, we managed to port the Seeded Region Growing (SRG) algorithm from the CPU programming model onto the GPU programming model. The GPU implementation was successful, but we did not, however, get the desired reduction in time consume. In comparison with an equivalent CPU implementation, we found that the GPU version is outperformed. This is most likely due to the overhead associated with the setup of shaders and render-targets (FBO) while running the SRG. The algorithm has low computational costs, and if a more complex and sophisticated method is implemented on the GPU, the computational capacity and the parallelism of the of the GPU may be more utilized. Hence, a speed-up in computational time is then more likely to occur compared to a CPU implementation. Our work involving a 3D nonlinear anisotropic diffusion filter strongly suggests this.
Zhang, Tong. "Designing Practical Software Bug Detectors Using Commodity Hardware and Common Programming Patterns". Diss., Virginia Tech, 2020. http://hdl.handle.net/10919/96422.
Texto completoDoctor of Philosophy
Software bugs have caused many real-world problems, e.g., the 2003 Northeast blackout and the Facebook stock price mismatch. Finding bugs is critical to solving those problems. Unfortunately, many existing bug detectors suffer from high run-time and space overheads as well as scalability and precision issues. In this dissertation, we address the limitations of bug detectors by leveraging commodity hardware and common programming patterns. Particularly, we focus on improving the run-time overhead of dynamic data race detectors, the space overhead of a memory safety bug detector, and the scalability and precision of the Linux kernel permission check bug detector. We first present a data race detector built upon commodity hardware transactional memory that can achieve 7x overhead reduction compared to the state-of-the-art solution (Google's TSAN). We then present a very lightweight sampling-based data race detector which re-purposes performance monitoring hardware features for lightweight sampling and uses a novel offline analysis for better race detection capability. Our result highlights very low overhead (2.6%) with 27.5% detection probability with a sampling period of 10,000. Next, we present a space-efficient temporal memory safety bug detector for a hardware spatial memory safety bug detector, without additional hardware support. According to experimental results, our full memory safety solution incurs only a 36% memory overhead with a 60% run-time overhead. Finally, we present a permission check bug detector for the Linux kernel. This bug detector leverages indirect call usage patterns in the Linux kernel for scalable and precise analysis. As a result, within a limited time budget (scalable), the detector discovered 14 previously unknown bugs (precise).
Sengupta, Aritra. "Efficient Compiler and Runtime Support for Serializability and Strong Semantics on Commodity Hardware". The Ohio State University, 2017. http://rave.ohiolink.edu/etdc/view?acc_num=osu149269601946527.
Texto completoSomers, Robert Edward. "FlexRender: A distributed rendering architecture for ray tracing huge scenes on commodity hardware". DigitalCommons@CalPoly, 2012. https://digitalcommons.calpoly.edu/theses/812.
Texto completoAlberts, Andreas Jacobus. "Building a scalable virtual community on commodity hardware and open source software / by Andreas Alberts". Thesis, North-West University, 2008. http://hdl.handle.net/10394/4162.
Texto completoThesis (M. Ing. (Computer and Electronical Engineering))--North-West University, Potchefstroom Campus, 2009.
Popov, Stefan Verfasser] y Philipp [Akademischer Betreuer] [Slusallek. "Algorithms and data structures for interactive ray tracing on commodity hardware / Stefan Popov. Betreuer: Philipp Slusallek". Saarbrücken : Saarländische Universitäts- und Landesbibliothek, 2012. http://d-nb.info/1052550002/34.
Texto completoPopov, Stefan [Verfasser] y Philipp [Akademischer Betreuer] Slusallek. "Algorithms and data structures for interactive ray tracing on commodity hardware / Stefan Popov. Betreuer: Philipp Slusallek". Saarbrücken : Saarländische Universitäts- und Landesbibliothek, 2012. http://d-nb.info/1052550002/34.
Texto completoKilpatrick, Stephen, Philip M. Westhart y Ben A. Abbott. "AN OPEN, SCALABLE APPROACH TO EFFICIENT DATA PROCESSING". International Foundation for Telemetering, 2016. http://hdl.handle.net/10150/624226.
Texto completoFletcher, Jordan L. "Real-time GPS-alternative navigation using commodity hardware". 2007. http://handle.dtic.mil/100.2/ADA471064.
Texto completo"AFIT/GCS/ENG/07-02." Title from PDF title screen. Includes bibliographical references (p. 104-115). Also available online via the Defense Technical Information Center website (http://www.dtic.mil/).
Robinson, Robert. "An Architecture for Reliable Encapsulation Endpoints using Commodity Hardware". Thesis, 2011. http://hdl.handle.net/10012/5840.
Texto completoGraham, Jason. "Implementation of an interactive volume visualization system using commodity hardware". 2009. http://digital.library.okstate.edu/etd/Graham_okstate_0664M_10470.pdf.
Texto completoHirsch, P. "Towards improved insect monitoring systems using UHF RFID and other passive asymmetric digital radio technologies". Thesis, 2019. https://eprints.utas.edu.au/31724/1/Hirsch_whole_thesis_ex_pub_mat.pdf.
Texto completoBaranawal, Animesh. "Optimizing the Interval-centric Distributed Computing Model for Temporal Graph Algorithms". Thesis, 2022. https://etd.iisc.ac.in/handle/2005/5721.
Texto completo