3 resultados para reactive intermediates

em AMS Tesi di Laurea - Alm@DL - Università di Bologna


Relevância:

20.00% 20.00%

Publicador:

Resumo:

This Master thesis presents the results obtained in the curricular traineeship, carried out within the laboratories of the Department of Chemistry of the University of Bergen, during the Erasmus period, and within the Department of Industrial Chemistry of the University of Bologna. The project followed in Bergen concerned the synthesis of key intermediates used for the functionalization of the backbone of imidazole, using N,N'- diiodo-5,5-dimethylhydantoin (“DIH”) as an iodinating agent, and employing an innovative kind of chemical reactor: the “Multijet Oscillating Disc Millireactor” (MJOD Reactor). Afterwards, the work performed in Bologna consisted in verifying the stability in solution of the above mentioned N,N'-diiodo-5,5-dimethylhydantoin utilising spectrophotometric techniques and High Performance Liquid Chromatography analyses (HPLC).

Relevância:

20.00% 20.00%

Publicador:

Resumo:

After almost 10 years from “The Free Lunch Is Over” article, where the need to parallelize programs started to be a real and mainstream issue, a lot of stuffs did happened: • Processor manufacturers are reaching the physical limits with most of their approaches to boosting CPU performance, and are instead turning to hyperthreading and multicore architectures; • Applications are increasingly need to support concurrency; • Programming languages and systems are increasingly forced to deal well with concurrency. This thesis is an attempt to propose an overview of a paradigm that aims to properly abstract the problem of propagating data changes: Reactive Programming (RP). This paradigm proposes an asynchronous non-blocking approach to concurrency and computations, abstracting from the low-level concurrency mechanisms.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

L'obiettivo di questa tesi è analizzare e testare la programmazione reattiva, paradigma di programmazione particolarmente adatto per lo sviluppo di applicazioni altamente interattive. La progettazione di sistemi reattivi implica necessariamente l'utilizzo di codice asincrono e la programmazione reattiva (RP) offre al programmatore semplici meccanismi per gestirlo. In questa tesi, la programmazione reattiva è stata utilizzata e valutata mediante la realizzazione di un progetto real-world chiamato AvvocaTimer. Verrà affrontata la progettazione, implementazione e collaudo di una parte del sistema attraverso l'approccio reattivo e, successivamente, confrontata con la prima versione, realizzata con i metodi attualmente usati per gestire codice asincrono, per analizzare vantaggi e/o svantaggi derivanti dall'utilizzo del nuovo paradigma.