4 resultados para Interior One Flange Load Case
em Boston University Digital Common
Resumo:
This dissertation illustrates the merits of an interdisciplinary approach to religious conversion by employing Lewis Rambo’s systemic stage model to illumine the process of St. Augustine’s conversion. Previous studies of Augustine’s conversion have commonly explored his narrative of transformation from the perspective of one specific discipline, such as theology, history, or psychology. In doing so, they have necessarily restricted attention to a limited set of questions and problems. By bringing these disciplines into a structured, critical conversation, this study demonstrates how formulating and responding to the interplay among personal, social, cultural, and religious dimensions of Augustine’s conversion process may eventuate in the consideration of issues previously unarticulated and thus unaddressed. Rambo (1993) formulates a model of religious change that consists of what he calls context, crisis, quest, encounter, interaction, commitment, and consequences. Change is explained by drawing upon the research and scholarship of psychologists, sociologists, anthropologists, and religionists, in conjunction with the contributions of theologians. This study unfolds in the following chapters: I. Introduction; II. Literature review of scholarship about conversion, with emphasis on explication of Rambo’s model; III. A description of the case of Augustine, drawn from a close reading of the Confessions; IV. Literature review of scholarship about Augustine’s conversion; V. Interdisciplinary interpretation of Augustine’s conversion; and VI. Implications for scholars of conversion, and for pastoral caregivers, as well as recommendations for future research. This dissertation demonstrates how Augustine’s conversion experience was deeply influenced by 1) psychological distress and crisis; 2) the quest to know himself and the divine; 3) interactions with significant others; 4) participation in Christian communities; 5) philosophical and cultural changes; and 6) the encounter with the divine. As such, this study reveals the value of interpreting Augustine’s conversion as an evolving process constituted in multiple factors that can be differentiated from one another, yet clearly interact with one another. It examines the implications of constructing an interdisciplinary approach to Augustine’s conversion narrative for both the academy and the Christian community, and recommends the use of Rambo’s model in studies of other cases of religious change.
Resumo:
To support the diverse Quality of Service (QoS) requirements of real-time (e.g. audio/video) applications in integrated services networks, several routing algorithms that allow for the reservation of the needed bandwidth over a Virtual Circuit (VC) established on one of several candidate routes have been proposed. Traditionally, such routing is done using the least-loaded concept, and thus results in balancing the load across the set of candidate routes. In a recent study, we have established the inadequacy of this load balancing practice and proposed the use of load profiling as an alternative. Load profiling techniques allow the distribution of "available" bandwidth across a set of candidate routes to match the characteristics of incoming VC QoS requests. In this paper we thoroughly characterize the performance of VC routing using load profiling and contrast it to routing using load balancing and load packing. We do so both analytically and via extensive simulations of multi-class traffic routing in Virtual Path (VP) based networks. Our findings confirm that for routing guaranteed bandwidth flows in VP networks, load balancing is not desirable as it results in VP bandwidth fragmentation, which adversely affects the likelihood of accepting new VC requests. This fragmentation is more pronounced when the granularity of VC requests is large. Typically, this occurs when a common VC is established to carry the aggregate traffic flow of many high-bandwidth real-time sources. For VP-based networks, our simulation results show that our load-profiling VC routing scheme performs better or as well as the traditional load-balancing VC routing in terms of revenue under both skewed and uniform workloads. Furthermore, load-profiling routing improves routing fairness by proactively increasing the chances of admitting high-bandwidth connections.
Resumo:
We consider the problem of task assignment in a distributed system (such as a distributed Web server) in which task sizes are drawn from a heavy-tailed distribution. Many task assignment algorithms are based on the heuristic that balancing the load at the server hosts will result in optimal performance. We show this conventional wisdom is less true when the task size distribution is heavy-tailed (as is the case for Web file sizes). We introduce a new task assignment policy, called Size Interval Task Assignment with Variable Load (SITA-V). SITA-V purposely operates the server hosts at different loads, and directs smaller tasks to the lighter-loaded hosts. The result is that SITA-V provably decreases the mean task slowdown by significant factors (up to 1000 or more) where the more heavy-tailed the workload, the greater the improvement factor. We evaluate the tradeoff between improvement in slowdown and increase in waiting time in a system using SITA-V, and show conditions under which SITA-V represents a particularly appealing policy. We conclude with a discussion of the use of SITA-V in a distributed Web server, and show that it is attractive because it has a simple implementation which requires no communication from the server hosts back to the task router.
Resumo:
In this paper, we propose and evaluate an implementation of a prototype scalable web server. The prototype consists of a load-balanced cluster of hosts that collectively accept and service TCP connections. The host IP addresses are advertised using the Round Robin DNS technique, allowing any host to receive requests from any client. Once a client attempts to establish a TCP connection with one of the hosts, a decision is made as to whether or not the connection should be redirected to a different host---namely, the host with the lowest number of established connections. We use the low-overhead Distributed Packet Rewriting (DPR) technique to redirect TCP connections. In our prototype, each host keeps information about connections in hash tables and linked lists. Every time a packet arrives, it is examined to see if it has to be redirected or not. Load information is maintained using periodic broadcasts amongst the cluster hosts.