2 resultados para Publish-Subscribe
em University of Queensland eSpace - Australia
Resumo:
Many studies reveal that adaptors are more ready to accept the status quo, whereas innovators are less likely to do so. This raises the question: Do adaptors and innovators subscribe to opposing values? A study is conducted with the following hypotheses. H1 predicts that adaptors are more likely to subscribe to CONSERVATION values like security, conformity, and tradition. H2 predicts that innovators are more likely to subscribe to OPENNESS TO CHANGE values like self-direction and stimulation. The respondents consisted of 243 students from Singapore with an average age of 17.9 years and 195 students from Australia with an average age of 19.1 years. These respondents answered a survey that contained the Kirton Adaption-Innovation (KAI) inventory and the Schwartz value survey. For the Singapore sample, KAI was negatively correlated with CONSERVATION: r = -39, p <.0001; but it was positively correlated with OPENNESS TO CHANGE: r = .14, p <.05. For the Australian sample, KAI was negatively correlated with CONSERVATION: r = -.15, p <.05; but it was positively correlated with OPENNESS TO CHANGE: r =.32, p <.0001. A standard regression analysis indicated that CONSERVATION was the most significant predictor (P = -.43, p <.0001) of KAI, followed by OPENNESS TO CHANGE (P =.37, p <.0001) and Nationality (P =.21, p <.0001). The significant finding associated with Nationality could be attributed to the fact that the Singaporean respondents were a highly select and innovative group of individuals who were aspiring to work in the media industry.
Resumo:
In this tutorial paper we summarise the key features of the multi-threaded Qu-Prolog language for implementing multi-threaded communicating agent applications. Internal threads of an agent communicate using the shared dynamic database used as a generalisation of Linda tuple store. Threads in different agents, perhaps on different hosts, communicate using either a thread-to-thread store and forward communication system, or by a publish and subscribe mechanism in which messages are routed to their destinations based on content test subscriptions. We illustrate the features using an auction house application. This is fully distributed with multiple auctioneers and bidders which participate in simultaneous auctions. The application makes essential use of the three forms of inter-thread communication of Qu-Prolog. The agent bidding behaviour is specified graphically as a finite state automaton and its implementation is essentially the execution of its state transition function. The paper assumes familiarity with Prolog and the basic concepts of multi-agent systems.