3 resultados para pessimistic

em Boston University Digital Common


Relevância:

10.00% 10.00%

Publicador:

Resumo:

This dissertation is an exercise in practical theology, which investigates and responds to the problem of changing holiness identity in the Church of the Nazarene. The first part of the study is an empirical investigation into the social context of contemporary Nazarene holiness identity and practices among Nazarenes in three congregations located in the Northeast United States. Previous research relied too heavily on secularization and sect-church theory to understand the dynamics of religious identity change among Nazarenes. The theological result was a pessimistic appraisal of the future possibilities of holiness identity and practice in the Church of the Nazarene. This study employs an alternative theory—Nancy T. Ammerman's theory of narrative religious identity—to understand the dynamics of lived religious life within these congregations and to identify the various holiness narratives at play. Ammerman's theory facilitates an empirical description of the multiple holiness identities emerging out of the social contexts of these Nazarene congregations and offers a way to account for identity change. At the heart of this research is the theoretical notion that a particular religious identity, in the case of the Church of the Nazarene, the "sanctified person," emerges out of a particular ecclesial context characterized by religious narratives and practices that shape this identity. Chapter one reviews the problem of holiness identity in the Church of the Nazarene and offers an analysis of recent sociological attempts to understand the changing identity among Nazarenes. Chapter two draws on sociological research to describe and depict the range of views of holiness held by some contemporary Nazarenes. Chapter three identifies the varieties of holiness identity within the three Nazarene congregations that are part of the study. Chapter four investigates the social sources that shape the various holiness identities discovered in these congregations. Chapter five is a description of the many ways religious narratives are enacted and engaged within these congregations. The second part of the study is a theological critique of contemporary Nazarene holiness identity. Chapter six draws on the theory of narrative identity proposed by Nancy Ammerman and outlines a theoretical model which describes the social conditions necessary to shape holiness identity, "the sanctified person," within the context of the local congregation. Finally, chapter seven draws on the theological resources of Mennonite scholar and historian John Howard Yoder to propose a way of construing and facilitating holiness identity formation that takes the ecclesiality of hoilness more seriously, emphasizes a clearer relationship between Jesus and the "Christlikeness" that is central to holiness, and highlights the importance of religious practices in the formation of a holiness identity.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

In this paper, we propose a new class of Concurrency Control Algorithms that is especially suited for real-time database applications. Our approach relies on the use of (potentially) redundant computations to ensure that serializable schedules are found and executed as early as possible, thus, increasing the chances of a timely commitment of transactions with strict timing constraints. Due to its nature, we term our concurrency control algorithms Speculative. The aforementioned description encompasses many algorithms that we call collectively Speculative Concurrency Control (SCC) algorithms. SCC algorithms combine the advantages of both Pessimistic and Optimistic Concurrency Control (PCC and OCC) algorithms, while avoiding their disadvantages. On the one hand, SCC resembles PCC in that conflicts are detected as early as possible, thus making alternative schedules available in a timely fashion in case they are needed. On the other hand, SCC resembles OCC in that it allows conflicting transactions to proceed concurrently, thus avoiding unnecessary delays that may jeopardize their timely commitment.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Various concurrency control algorithms differ in the time when conflicts are detected, and in the way they are resolved. In that respect, the Pessimistic and Optimistic Concurrency Control (PCC and OCC) alternatives represent two extremes. PCC locking protocols detect conflicts as soon as they occur and resolve them using blocking. OCC protocols detect conflicts at transaction commit time and resolve them using rollbacks (restarts). For real-time databases, blockages and rollbacks are hazards that increase the likelihood of transactions missing their deadlines. We propose a Speculative Concurrency Control (SCC) technique that minimizes the impact of blockages and rollbacks. SCC relies on the use of added system resources to speculate on potential serialization orders and to ensure that if such serialization orders materialize, the hazards of blockages and roll-backs are minimized. We present a number of SCC-based algorithms that differ in the level of speculation they introduce, and the amount of system resources (mainly memory) they require. We show the performance gains (in terms of number of satisfied timing constraints) to be expected when a representative SCC algorithm (SCC-2S) is adopted.