815 resultados para Reversible Computing


Relevância:

20.00% 20.00%

Publicador:

Resumo:

The evolution of the Next Generation Networks, especially the wireless broadband access technologies such as Long Term Evolution (LTE) and Worldwide Interoperability for Microwave Access (WiMAX), have increased the number of "all-IP" networks across the world. The enhanced capabilities of these access networks has spearheaded the cloud computing paradigm, where the end-users aim at having the services accessible anytime and anywhere. The services availability is also related with the end-user device, where one of the major constraints is the battery lifetime. Therefore, it is necessary to assess and minimize the energy consumed by the end-user devices, given its significance for the user perceived quality of the cloud computing services. In this paper, an empirical methodology to measure network interfaces energy consumption is proposed. By employing this methodology, an experimental evaluation of energy consumption in three different cloud computing access scenarios (including WiMAX) were performed. The empirical results obtained show the impact of accurate network interface states management and application network level design in the energy consumption. Additionally, the achieved outcomes can be used in further software-based models to optimized energy consumption, and increase the Quality of Experience (QoE) perceived by the end-users.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Mechanical ventilation (MV) is life-saving but potentially harmful for lungs of premature infants. So far, animal models dealt with the acute impact of MV on immature lungs, but less with its delayed effects. We used a newborn rodent model including non-surgical and therefore reversible intubation with moderate ventilation and hypothesized that there might be distinct gene expression patterns after a ventilation-free recovery period compared to acute effects directly after MV. Newborn rat pups were subjected to 8 hr of MV with 60% oxygen (O(2)), 24 hr after injection of lipopolysaccharide (LPS), intended to create a low inflammatory background as often recognized in preterm infants. Animals were separated in controls (CTRL), LPS injection (LPS), or full intervention with LPS and MV with 60% O(2) (LPS + MV + O(2)). Lungs were recovered either directly following (T:0 hr) or 48 hr after MV (T:48 hr). Histologically, signs of ventilator-induced lung injury (VILI) were observed in LPS + MV + O(2) lungs at T:0 hr, while changes appeared similar to those known from patients with chronic lung disease (CLD) with fewer albeit larger gas exchange units, at T:48 hr. At T:0 hr, LPS + MV + O(2) increased gene expression of pro-inflammatory MIP-2. In parallel anti-inflammatory IL-1Ra gene expression was increased in LPS and LPS + MV + O(2) groups. At T:48 hr, pro- and anti-inflammatory genes had returned to their basal expression. MMP-2 gene expression was decreased in LPS and LPS + MV + O(2) groups at T:0 hr, but no longer at T:48 hr. MMP-9 gene expression levels were unchanged directly after MV. However, at T:48 hr, gene and protein expression increased in LPS + MV + O(2) group. In conclusion, this study demonstrates the feasibility of delayed outcome measurements after a ventilation-free period in newborn rats and may help to further understand the time-course of molecular changes following MV. The differences obtained from the two time points could be interpreted as an initial transitory increase of inflammation and a delayed impact of the intervention on structure-related genes.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This thesis presents two frameworks- a software framework and a hardware core manager framework- which, together, can be used to develop a processing platform using a distributed system of field-programmable gate array (FPGA) boards. The software framework providesusers with the ability to easily develop applications that exploit the processing power of FPGAs while the hardware core manager framework gives users the ability to configure and interact with multiple FPGA boards and/or hardware cores. This thesis describes the design and development of these frameworks and analyzes the performance of a system that was constructed using the frameworks. The performance analysis included measuring the effect of incorporating additional hardware components into the system and comparing the system to a software-only implementation. This work draws conclusions based on the provided results of the performance analysis and offers suggestions for future work.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We describe a 15-year-old boy with acute transient encephalopathy complicating poststreptococcal glomerulonephritis. Based on advanced magnetic resonance imaging, cerebral alterations were related to cerebrovascular autoregulatory dysfunction (ie, a vasogenic edema) and vasculitis was excluded. These insights into the pathophysiology improve patient management and argue against the therapeutic immunosuppression postulated by some authors.

Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Polymyositis and interstitial lung diseases, predominantly nonspecific interstitial pneumonia (NSIP), are known to be frequent in antisynthetase syndrome, where anti-aminoacyl-tRNA synthetase antibodies are often identified. An unusual case of acute respiratory distress syndrome, secondary to such proven NSIP of cellular type with predominant CD8 lymphocytes, is described herein. The patient described in the present case study initially had a poor recovery with high dose of steroids, but this was followed by a good improvement after the prescription of tacrolimus and a low dose of prednisone. A precise diagnosis in similar circumstances may be life-saving, allowing the successful application of new immunosuppressants.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Virtualization has become a common abstraction layer in modern data centers. By multiplexing hardware resources into multiple virtual machines (VMs) and thus enabling several operating systems to run on the same physical platform simultaneously, it can effectively reduce power consumption and building size or improve security by isolating VMs. In a virtualized system, memory resource management plays a critical role in achieving high resource utilization and performance. Insufficient memory allocation to a VM will degrade its performance dramatically. On the contrary, over-allocation causes waste of memory resources. Meanwhile, a VM’s memory demand may vary significantly. As a result, effective memory resource management calls for a dynamic memory balancer, which, ideally, can adjust memory allocation in a timely manner for each VM based on their current memory demand and thus achieve the best memory utilization and the optimal overall performance. In order to estimate the memory demand of each VM and to arbitrate possible memory resource contention, a widely proposed approach is to construct an LRU-based miss ratio curve (MRC), which provides not only the current working set size (WSS) but also the correlation between performance and the target memory allocation size. Unfortunately, the cost of constructing an MRC is nontrivial. In this dissertation, we first present a low overhead LRU-based memory demand tracking scheme, which includes three orthogonal optimizations: AVL-based LRU organization, dynamic hot set sizing and intermittent memory tracking. Our evaluation results show that, for the whole SPEC CPU 2006 benchmark suite, after applying the three optimizing techniques, the mean overhead of MRC construction is lowered from 173% to only 2%. Based on current WSS, we then predict its trend in the near future and take different strategies for different prediction results. When there is a sufficient amount of physical memory on the host, it locally balances its memory resource for the VMs. Once the local memory resource is insufficient and the memory pressure is predicted to sustain for a sufficiently long time, a relatively expensive solution, VM live migration, is used to move one or more VMs from the hot host to other host(s). Finally, for transient memory pressure, a remote cache is used to alleviate the temporary performance penalty. Our experimental results show that this design achieves 49% center-wide speedup.