83 resultados para invocation


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Web services are becoming popular and widely accepted on the Internet. UDDI is the standard for publishing and discovery of web services. In this paper, we investigate semantics description of web services based on domain ontology; based on this language, we propose an architecture for invoking agents to consume services within the UDDI registry. The semantics service description language together with agent creation
architecture provides a new way to discover and utilise published web services. This method is flexible and extendable to accomplish complex web service requests.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

IP Multimedia Subsystem (IMS) is considered to provide multimedia services to users through an IP-based control plane. The current IMS service invocation mechanism, however, requires the Serving-Call Session Control Function (S-CSCF) invokes each Application Server (AS) sequentially to perform service subscription pro?le, which results in the heavy load of the S-CSCF and the long session set-up delay. To solve this issue, this paper proposes a linear chained service invocation mechanism to invoke each AS consecutively. By checking all the initial Filter Criteria (iFC) one-time and adding the addresses of all involved ASs to the ?Route? header, this new approach enables multiple services to be invoked as a linear chain during a session. We model the service invocation mechanisms through Jackson networks, which are validated through simulations. The analytic results verify that the linear chained service invocation mechanism can effectively reduce session set-up delay of the service layer and decrease the load level of the S-CSCF

Relevância:

20.00% 20.00%

Publicador:

Resumo:

English poetry.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The aim of this work is distributed genetic algorithm implementation (so called island algorithm) to accelerate the optimum searching process in space of solutions. Distributed genetic algorithm has also smaller chances to fall in local optimum. This conception depends on mutual cooperation of the clients which realize separate working of genetic algorithms on local machines. As a tool for implementation of distributed genetic algorithm, created to produce net's applications Java technology was chosen. In Java technology, there is a technique of remote methods invocation - Java RMI. By means of invoking remote methods it can send objects between clients and server RMI.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

PERWAPI is a component for reading and writing .NET PE-files. The name is a compound acronym for Program Executable – Reader/Writer – Application Programming Interface. The code was written by one of us (Diane Corney) with some contributions from some of the early users of the tool. PERWAPI is a managed component, written entirely in safe C#. The design of the writer part of the component is loosely based on Diane Corney’s previous PEAPI component. It is open source software, and is released under a “FreeBSD-like” license. The source may be downloaded from “http://plas.fit.qut.edu.au/perwapi/” As of the date of this document the code has facilities for reading and writing PEfiles compatible with the latest (beta-2) release of the ”Whidbey” version of .NET, that is, the Visual Studio 2005 framework. An invocation option allows earlier versions of the framework to be targeted.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Often identified as the origin of today’s children’s literature, Romanticism offers a particular context for interrogating boundaries between child and adult. Since the turn of the nineteenth century, however, Western society has “invented” the teenager to figure and to police the boundary between childhood and adulthood. In due course, twenty-first-century young adult (YA) novels such as Susan Davis’s Mad, Bad and Totally Dangerous (2004) and Cara Lockwood’s Wuthering High: A Bard Academy Novel (2006) have combined the Romantic and the adolescent in narratives which turn on supernatural invocation of Romantic authors as “really” present in contemporary adolescent lives. These novels tell stories of adolescence in which the self comes to be known via embodied encounters with dead authors, in particular, with Byron. Where “Byron scholarship has worked hard to disassociate the poet from this kind of pop-Gothic depiction, seeing it as the inevitable but regrettable offspring of nineteenth-century Byromania” (McDayter 30), contemporary YA fiction suggests that it is precisely via pop-Gothic depictions that today’s adolescents may first come to know the Romantic in general and the Byronic in particular. This paper reads these novels in the context of current anxieties about cultural illiteracy and educational “failure” in order to consider what work is being undertaken in the name of Byron, and to shed light on the ways in which cultural education may be taking place far beyond the realms of schools or cemeteries for today’s young readers.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This article explores how the imaginative use of the landscape in Baz Luhrmann’s Australia (2008) intersects with the fantasy of Australianness that the film constructs. We argue the fictional Never-Never Land through which the film’s characters travel is an, albeit problematic, ‘indigenizing’ space that can be entered imaginatively through cultural texts including poetry, literature and film, or through cultural practices including touristic pilgrimages to landmarks such as Uluru and Kakadu National Park. These actual and virtual journeys to the Never-Never have broader implications in terms of fostering a sense of belonging and legitimating white presence in the land through affect, nostalgia and the invocation of an imagined sense of solidarity and community. The heterotopic concept of the Never-Never functions to create an ahistorical, inclusive space that grounds diverse conceptions of Australianness in a shared sense of belonging and home that is as mythical, contradictory and wondrous as the idea of the Never-Never itself. The representations of this landscape and the story of the characters that traverse it self-consciously construct a relationship to past events and to film history, as well as constructing a comfortable subject position for contemporary Australians to occupy in relation to the land, the colonial past, and the present.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Our single-word issue title “publish” no doubt conjures up all sorts of anxieties in most writers and academics. It first rings through the head as a command to produce, to make, to compose—and underlines its necessity. Publish implies an invocation of engagement with its sister noun “public.” It also suggests an interchange and exchange between an audience of readers and the produced texts, leading to something that has been called a “sphere” in its grandiose claims and a “community” in its slightly more modest conceit. To publish is to produce a different form of conversation, one that is abstracted from the oral into the written and then presumably back out into both written and spoken, thereby producing new circuits of interchange and exchange....

Relevância:

10.00% 10.00%

Publicador:

Resumo:

An applicative language based on the LAMBDA-Calculus is presented. The language, SLIPS (Small Language for Instruction Purposes), is described using the LAMBDA-Calculus as a metalanguage. A call-by-need mechanism of function invocation eliminates the drawbacks of both call-by-name and call-by-value. The system has been implemented in PASCAL.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Just-in-Time (JIT) compilers for Java can be augmented by making use of runtime profile information to produce better quality code and hence achieve higher performance. In a JIT compilation environment, the profile information obtained can be readily exploited in the same run to aid recompilation and optimization of frequently executed (hot) methods. This paper discusses a low overhead path profiling scheme for dynamically profiling AT produced native code. The profile information is used in recompilation during a subsequent invocation of the hot method. During recompilation tree regions along the hot paths are enlarged and instruction scheduling at the superblock level is performed. We have used the open source LaTTe AT compiler framework for our implementation. Our results on a SPARC platform for SPEC JVM98 benchmarks indicate that (i) there is a significant reduction in the number of tree regions along the hot paths, and (ii) profile aided recompilation in LaTTe achieves performance comparable to that of adaptive LaTTe in spite of retranslation and profiling overheads.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

A articulação entre a psicanálise e a música, mais especificamente a produzida a partir do paradigma de Arnold Schönberg, renovado por John Cage, se mostra emblemática para pensar a constituição do sujeito em Sigmund Freud e Jacques Lacan, bem como para refletir sobre a escuta clínica, o ato analítico enquanto poético, e a escrita pulsional do sujeito como resposta à invocação da voz. O momento de estruturação do sujeito implica a dimensão de musicalidade da linguagem que permite o ato da fala. O sujeito nasce em um ponto em que o significante (simbólico) escreve no real do corpo um possível, um começo, uma marca que invoca uma nota e uma letra, sendo estes os dois aspectos da linguagem: a musicalidade (continuidade) e a fala (descontinuidade em movimento). Este ponto escreve e cria um vazio no sujeito que está e estará sempre em pulsação. Se o real grita caoticamente, é possível que se cante e se musique a vida com a criação de notas singulares, efeito do movimento desejante e de uma escrita pelo circuito da pulsão invocante na partitura já dada pelo Outro e face aos encontros com pedaços de real. A música tem a capacidade de retirar o sujeito de uma surdez de seu próprio desejo, o convocando a recriar a linguagem por seus atos. O paradigma de Schönberg, bem como a música criada a partir deste momento, nos dá a ouvir um saber-fazer com a voz no qual a dimensão equivocante (de equivoco e de invocação) da linguagem pode ressurgir por uma via nova. A transmissão de um saber-fazer com o objeto voz por ele efetuado se apresenta como uma radicalização do efeito de verdade do real, ressoando borromeanamente sobre o simbólico e o imaginário, invocando o momento originário do sujeito, de um começo sempre a recomeçar, que se faz ouvir como uma invocação de musicar a vida de uma maneira ética, estética e poética. É através dos eixos acima expostos que nos é possível sustentar, com Lacan, uma prática clínica orientada para além da repetição em direção a um significante novo. Trata-se de uma orientação que parte dos encontros com o real aos quais o sujeito é confrontado ao acaso visando o movimento renascente pelo qual ele pode re-escutar o inaudito do real contínuo perdido, o que faz com que seu ritmo singular possa ser, uma vez mais e de modo inédito, reinventado. A psicanálise pode ser, portanto, entendida como uma prática invocante, como uma abertura para que o sujeito possa, com entusiasmo, musicar a vida.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Este trabalho apresenta a proposta de um middleware, chamado DistributedCL, que torna transparente o processamento paralelo em GPUs distribuídas. Com o suporte do middleware DistributedCL uma aplicação, preparada para utilizar a API OpenCL, pode executar de forma distribuída, utilizando GPUs remotas, de forma transparente e sem necessidade de alteração ou nova compilação do seu código. A arquitetura proposta para o middleware DistributedCL é modular, com camadas bem definidas e um protótipo foi construído de acordo com a arquitetura, onde foram empregados vários pontos de otimização, incluindo o envio de dados em lotes, comunicação assíncrona via rede e chamada assíncrona da API OpenCL. O protótipo do middleware DistributedCL foi avaliado com o uso de benchmarks disponíveis e também foi desenvolvido o benchmark CLBench, para avaliação de acordo com a quantidade dos dados. O desempenho do protótipo se mostrou bom, superior às propostas semelhantes, tendo alguns resultados próximos do ideal, sendo o tamanho dos dados para transmissão através da rede o maior fator limitante.