• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 239
  • 23
  • 23
  • 20
  • 17
  • 11
  • 5
  • 4
  • 3
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • Tagged with
  • 422
  • 81
  • 56
  • 46
  • 46
  • 33
  • 32
  • 31
  • 31
  • 27
  • 26
  • 26
  • 25
  • 24
  • 24
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
231

Resource Allocation Algorithms for Event-Based Enterprise Systems

Cheung, Alex King Yeung 30 August 2011 (has links)
Distributed event processing systems suffer from poor scalability and inefficient resource usage caused by load distributions typical in real-world applications. The results of these shortcomings are availability issues, poor system performance, and high operating costs. This thesis proposes three remedies to solve these limitations in content-based publish/subscribe, which is a practical realization of an event processing system. First, we present a load balancing algorithm that relocates subscribers to distribute load and avoid overloads. Second, we propose publisher relocation algorithms that reduces both the load imposed onto brokers and delivery delay experienced by subscribers. Third, we present ``green" resource allocation algorithms that allocate as few brokers as possible while maximizing their resource usage efficiency by reconfiguring the publishers, subscribers, and the broker topology. We implemented and evaluated all of our approaches on an open source content-based publish/subscribe system called PADRES and evaluated them on SciNet, PlanetLab, a cluster testbed, and in simulations to prove the effectiveness of our solutions. Our evaluation findings are summarized as follows. One, the proposed load balancing algorithm is effective in distributing and balancing load originating from a single server to all available servers in the network. Two, our publisher relocation algorithm reduces the average input load of the system by up to 68%, average broker message rate by up to 85%, and average delivery delay by up to 68%. Three, our resource allocation algorithm reduces the average broker message rate even further by up to 92% and the number of allocated brokers by up to 91%.
232

Resource Allocation Algorithms for Event-Based Enterprise Systems

Cheung, Alex King Yeung 30 August 2011 (has links)
Distributed event processing systems suffer from poor scalability and inefficient resource usage caused by load distributions typical in real-world applications. The results of these shortcomings are availability issues, poor system performance, and high operating costs. This thesis proposes three remedies to solve these limitations in content-based publish/subscribe, which is a practical realization of an event processing system. First, we present a load balancing algorithm that relocates subscribers to distribute load and avoid overloads. Second, we propose publisher relocation algorithms that reduces both the load imposed onto brokers and delivery delay experienced by subscribers. Third, we present ``green" resource allocation algorithms that allocate as few brokers as possible while maximizing their resource usage efficiency by reconfiguring the publishers, subscribers, and the broker topology. We implemented and evaluated all of our approaches on an open source content-based publish/subscribe system called PADRES and evaluated them on SciNet, PlanetLab, a cluster testbed, and in simulations to prove the effectiveness of our solutions. Our evaluation findings are summarized as follows. One, the proposed load balancing algorithm is effective in distributing and balancing load originating from a single server to all available servers in the network. Two, our publisher relocation algorithm reduces the average input load of the system by up to 68%, average broker message rate by up to 85%, and average delivery delay by up to 68%. Three, our resource allocation algorithm reduces the average broker message rate even further by up to 92% and the number of allocated brokers by up to 91%.
233

History, tradition & aboriginal rights : a harvesters' support programme for the Mushuau Innu of Utshimassits / History, tradition and aboriginal rights

Salsberg, Jonathan S. January 2001 (has links)
The Mushuau Innu of Utshimassits (Davis Inlet), Nitassinan (Labrador), are at present in the midst of several key shifts in their political, economic, socio-cultural and environmental relations. Involuntarily settled at the coast since 1967, the Mushuau Innu have been removed from their traditional way of life through the circumstances of sedentarisation, while concurrently being marginalised with respect to mainstream Canadian and global economies. Currently, they are in the late stages of settling a comprehensive land claim agreement, near completion of a new village settlement in Natuashish at Shango Pond, and involved in Impact Benefit negotiations over the Voisey's Bay mine. This thesis explores the potential for implementing a Harvesters' Support Programme for Innu hunters as a tool within the Mushuau Innu's emerging development contexts. It is concluded, based on considerations of tradition, social organisation, sensitivity to contemporary gender realities, and emerging social and economic realities, that a programme differing from any currently extant could be appropriately implemented.
234

Towards highly flexible hardware architectures for high-speed data processing : a 100 Gbps network case study / Vers des architectures matérielles hautement flexibles pour le traitement des données à très haut débit : cas d'étude sur les réseaux à 100 Gbps

Lalevée, André 28 November 2017 (has links)
L’augmentation de la taille des réseaux actuels ainsi que de la diversité des applications qui les utilisent font que les architectures de calcul traditionnelles deviennent limitées. En effet, les architectures purement logicielles ne permettent pas de tenir les débits en jeu, tandis que celles purement matérielles n’offrent pas assez de flexibilité pour répondre à la diversité des applications. Ainsi, l’utilisation de solutions de type matériel programmable, en particulier les Field Programmable Gate Arrays (FPGAs), a été envisagée. En effet, ces architectures sont souvent considérées comme un bon compromis entre performances et flexibilité, notamment grâce à la technique de Reconfiguration Dynamique Partielle (RDP), qui permet de modifier le comportement d’une partie du circuit pendant l’exécution. Cependant, cette technique peut présenter des inconvénients lorsqu’elle est utilisée de manière intensive, en particulier au niveau du stockage des fichiers de configuration, appelés bitstreams. Pour palier ce problème, il est possible d’utiliser la relocation de bitstreams, permettant de réduire le nombre de fichiers de configuration. Cependant cette technique est fastidieuse et exige des connaissances pointues dans les FPGAs. Un flot de conception entièrement automatisé a donc été développé dans le but de simplifier son utilisation.Pour permettre une flexibilité sur l’enchaînement des traitements effectués, une architecture de communication flexible supportant des hauts débits est également nécessaire. Ainsi, l’étude de Network-on-Chips dédiés aux circuits reconfigurables et au traitements réseaux à haut débit.Enfin, un cas d’étude a été mené pour valider notre approche. / The increase in both size and diversity of applications regarding modern networks is making traditional computing architectures limited. Indeed, purely software architectures can not sustain typical throughputs, while purely hardware ones severely lack the flexibility needed to adapt to the diversity of applications. Thus, the investigation of programmable hardware, such as Field Programmable Gate Arrays (FPGAs), has been done. These architectures are indeed usually considered as a good tradeoff between performance and flexibility, mainly thanks to the Dynamic Partial Reconfiguration (DPR), which allows to reconfigure a part of the design during run-time.However, this technique can have several drawbacks, especially regarding the storing of the configuration files, called bitstreams. To solve this issue, bitstream relocation can be deployed, which allows to decrease the number of configuration files required. However, this technique is long, error-prone, and requires specific knowledge inFPGAs. A fully automated design flow has been developped to ease the use of this technique. In order to provide flexibility regarding the sequence of treatments to be done on our architecture, a flexible and high-throughput communication structure is required. Thus, a Network-on-Chips study and characterization has been done accordingly to network processing and bitstream relocation properties. Finally, a case study has been developed in order to validate our approach.
235

"Railcars Loaded With Crisp Fresh Vegetables" A study of Agriculture at the Tule Lake Relocation Center 1942-1946

Schmidli, Michael David 13 February 2008 (has links)
In the Spring and Summer of 1942, the population of West Coast Japanese were rounded up and forcibly moved from their homes to temporary camps and soon after to ten permanent relocation camps in the interior Western United States. This thesis traces the history of one such camp, the Tule Lake Relocation Center. In this thesis I argue that from its inception the Tule Lake Center was unique among the ten camps. The decision to build a permanent center at Tule Lake was based upon the unique potential the area provided for agriculture on a huge scale. The other permanent centers were located in remote inhospitable areas where large scale agricultural operations were impossible. The introduction outlines my key research questions and the methodology used. This section identifies my central theme, agriculture at the Tule Lake Relocation Center, and situates my own research within the existing scholarship on the Japanese-American Relocation. Chapter one is a review of the factors, including racial animosity, and wartime hysteria leading up to the decision to relocate every Japanese individual living on the West Coast. Chapter two discusses the little known history of how and why Tule Lake was chosen for a permanent relocation center. Chapter three documents the commitment of the War Relocation Authority to a massive agricultural project at the Tule Lake Center. Chapter four recounts the tumultuous registration period at Tule Lake. In the winter of 1943, the War Relocation Authority and the War Department combined to administer a loyalty questionnaire to every internee over the age of 17, revealing shocking disloyalty at Tule Lake. Chapter five discusses the decision of the War Relocation Authority to segregate Japanese Americans declared disloyal, and the choice of Tule Lake as the segregation center. Chapter six discusses the events, in particular the tragic accidental death of a farm worker, which led to the end of large scale agriculture at Tule Lake. In conclusion, I assert that War Relocation Authority blunders, including a lack of cultural sensitivity, led directly to the cessation of the agricultural project at Tule Lake Segregation Center.
236

History, tradition & aboriginal rights : a harvesters' support programme for the Mushuau Innu of Utshimassits

Salsberg, Jonathan S. January 2001 (has links)
No description available.
237

Home, neighborhood, and renewal: resident perceptions of forced relocation

Wilcox, F. Rowan January 1900 (has links)
Master of Arts / Department of Geography / Max Lu / Given the ongoing incidence of housing displacement related to the commercial redevelopment of neighborhoods, and its implications for the health and quality of life of affected households and communities, there is a need for insight into what factors influence the quality of a move and movers' chances of successful post-move adjustment. In this study, qualitative analysis of in-depth interviews with 26 men and women representing 18 households from three redeveloped eastern Kansas neighborhoods was employed to examine residents' experiences of displacement. Five factors were examined: attachment to home and neighborhood, community social ties, relative sense of control and mastery over the circumstances of relocation, opinions of the amount of monetary compensation or relocation assistance received, and support for a redevelopment project. The results show that attachment to home influenced feelings about having to move, although it did not preclude contentment with a post-move dwelling. Attachment to neighborhood had both social and environmental components. Neighborhood social ties were difficult to replicate for many residents in their post-move neighborhoods. Perceptions of control over the circumstances of a move were negatively affected by problems with communication and information-sharing between residents and relocation authorities, causing stress and difficulties finding replacement housing. Satisfaction with compensation was tied to perceptions of upward housing mobility, while dissatisfaction was influenced by perceptions of having been a victim of official graft. Expressed support for redevelopment projects was in the main grudging, and support for a project did not appear to greatly influence a positive disposition toward moving. Experiences connected with displacement are not monolithic, and neither are its outcomes. Householders forced to move may concede that relocation has had at once negative repercussions and benefits. Having achieved upward housing mobility or experienced improved quality of life subsequent to moving did not eradicate residents' wish to have been 'treated better,' monetarily or otherwise, by relocation officials. This oft-expressed desire calls attention to the need for greater awareness of, and sensitivity to, the nature of residential place attachment and the special problems of those forced to move.
238

Relocation of electronic retail market in Apliu Street: a feasibility study of urban development in Sham ShuiPo

Chiu, Ming-cheong., 趙明昌. January 1992 (has links)
published_or_final_version / Urban Planning / Master / Master of Science in Urban Planning
239

Společnosti v mezinárodním právu soukromém. Se zaměřením na přemístění sídla společnosti v Zákoně o přeměnách / Companies in private international law. With the particular focus on the relocation of a registered seat of a company in the transformation act

Rexová, Mária January 2014 (has links)
The first chapter of my thesis defines the key terms necessary for understanding the concept of mobility of companies in the private international law. The fundamental difference between lex societatis and the nationality of company are terms which are not identical, despite their frequent confusion. It is the lex societatis which is defining for the inner organisation of the company. According to the reasoning of the Court of European Union, in the cross border transfer of the statutory seat should inevitably lead to change of lex societatis. However, in order to decide on which legal order is applicable for defining the lex societatis of a company, we have to look into the international private rules of a particular country. There are two major theories from which stem the legal orders of all member countries, the real seat theory and incorporation theory. This chapter explores their pros and cons, as well as practical consequences of their application on the possibility of cross-border transfer of a seat of a company. The second chapter of my thesis outlines relevant European Union law which lies behind the concept of cross border mobility of companies. The Treaty provisions on freedom of establishment are reviewed in the light of the Court case law. The most relevant decisions of the Court are...
240

Tenure Insecurity and Post-Disaster Housing: Case Studies in New Orleans and Tegucigalpa

Peterson, Robert Charles 15 May 2009 (has links)
This research focuses upon cases wherein post]disaster housing assistance was affected by tenure insecurity. In the case of post]Katrina New Orleans, the Road Home, which provided monies for rebuilding, faced difficulties in allocating its aid because of heirship titles, a form of tenure insecurity to which the United States has often been misconceived as immune. In the case of post]Hurricane Mitch in Tegucigalpa, a post]disaster housing relocation program struggled to find lands in an urban land market with pervasive insecurity

Page generated in 0.3913 seconds