Academic literature on the topic 'AJAX polling'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'AJAX polling.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "AJAX polling"

1

Aravindhan, G., G. Ramesh Kumar, R. Sathish Kumar, and K. Subha. "AJAX Interface: A Breakthrough in Bioinformatics Web Applications." Proteomics Insights 2 (January 2009): PRI.S2261. http://dx.doi.org/10.4137/pri.s2261.

Full text
Abstract:
Bioinformatics applications are generally multi-server dependants and will have to communicate several information repositories to carry out any analyses. These applications remain computationally intensive and time consuming as they engage lots of data transfer. Hence they face a major bottleneck when ported as web applications. Browser based web applications normally feature the classical request-response approach. If the response becomes late, as it is expected to happen in the case of long running Bioinformatics programs, Apache will get tired and a request timeout error might occur. Alter
APA, Harvard, Vancouver, ISO, and other styles
2

Guindo, Sidiki, and Carlos Akakpovi. "Unsupervised learning from a phone opinion poll in Mali." African Journal of Applied Statistics 7, no. 2 (2020): 945–65. http://dx.doi.org/10.16929/ajas/2020.945.249.

Full text
Abstract:
In the earlier days of COVID-19 pandemic outbreak in Mali, we conducted, through the GISSE polling institute, an opinion poll in order to assess the opinions, behaviors and appreciations of the policies carried out by the government with the population. The aim is also to assess the consequences of COVID-19 on school education and household income. Here, we report the first preliminary report of our findings
APA, Harvard, Vancouver, ISO, and other styles
3

Maulana, Asep Rizki, and Alam Rahmatulloh. "Websocket untuk Optimasi Kecepatan Data Transfer pada Real Time Chatting." Innovation in Research of Informatics (INNOVATICS) 1, no. 1 (2019). http://dx.doi.org/10.37058/innovatics.v1i1.667.

Full text
Abstract:
Bentuk komunikasi yang sedang menjadi trending saat ini adalah bertukar pesan atau chatting. Chatting sendiri memanfaatkan teknologi berkirim pesan secara real time menggunakan teks melalui jaringan internal. Metode chatting dimulai dari synchronous sampai sekarang Asynchronous JavaScript and XML (AJAX). AJAX memiliki dua metode yaitu polling dan long polling. Long polling memiliki permasalahan yaitu, request data dari server secara terus-menerus apabila hanya satu client yang melakukan request berulang seperti itu, mungkin tidak masalah, akan tetapi apabila ada beberapa client yang mengakses
APA, Harvard, Vancouver, ISO, and other styles

Dissertations / Theses on the topic "AJAX polling"

1

Andersson, Tommy. "Avvaktande AJAX- anrop : En avlastningsteknik för 3G-nätet." Thesis, Högskolan i Skövde, Institutionen för kommunikation och information, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-6135.

Full text
Abstract:
Den ökade användningen av nätuppkopplade mobilapplikationer har resulterat i en överbelastning i 3G-nätet. Förslag för att avlasta nätet har bland annat varit genom alternativa uppkopplingar, vilket innebär en uppoffring av 3G-nätets tillgänglighet. Detta leder till frågor om andra avlastningsmetoder. Arbetets målsättning var att se hur en applikations datatrafik påverkas av att klassiska intervallanrop ersätts av avvaktande AJAX-anrop. Detta görs genom att implementera respektive anropsmetod i två identiska alfapetapplikationer. Mätdata erhölls genom att låta användare spela längre omgångar a
APA, Harvard, Vancouver, ISO, and other styles
2

Aziz, Hatem M. "Reducing Client-Server Communication for Efficient Real-Time Web Applications: The Use of Adaptive Polling as A Case Study for Multi-User Web Applications." Thesis, University of Bradford, 2019. http://hdl.handle.net/10454/17341.

Full text
Abstract:
A key challenge of current multi-user web applications is to provide users with interesting events and information in real-time. This research reviews the most common real-time web techniques to identify drawbacks while exploring solutions to improve simplicity, efficiency, and compatibility within a client-server environment. Two solutions are proposed for enhancing the efficiency of real-time web techniques by reducing client-server communication. First, a model of browser monitoring control observes the browser activity and decides if to postpone client-server communication in the case of i
APA, Harvard, Vancouver, ISO, and other styles
3

Bigestans, Elof. "Real-time Full Duplex Communication Over the Web : A performance comparison between different web technologies." Thesis, Högskolan i Skövde, Institutionen för informationsteknologi, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-9618.

Full text
Abstract:
As the web browser becomes an increasingly powerful tool for the average web user, with more features and capabilities being developed constantly, the necessity to determine which features perform better than others in the same area becomes more important. This thesis investigates the performance of three separate technologies used to achieve full-duplex real time communication over the web: short polling using Ajax, server-sent events and the WebSocket protocol. An experiment was conducted measuring the performance over three custom-built web applications (one per technology being tested), co
APA, Harvard, Vancouver, ISO, and other styles
4

Bruksås, Jon-Henrik, Fredrik Evertsson, and Niklas Gustavsson. "Push-teknik på webben." Thesis, Linnaeus University, School of Computer Science, Physics and Mathematics, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-6811.

Full text
Abstract:
<p>Denna rapport behandlar push-teknik, en teknik för att skicka data i realtid inom webbapplikationer.</p><p>Många gånger i dagens mer interaktiva webb kan ett behov finnas av att behandla data på ett alternativt sätt. På grund av detta kändes det valda ämnet relevant inom ramen för webbutveckling.</p><p>Syftet är att undersöka hur vida denna teknik skiljer sig mot andra tekniker för att transportera data. För att kunna undersöka push-tekniken har en applikation skapats med hjälp av ett ramverk för detta ändamål. Som ramverk för arbetet valdes APE som innehåller en komplett lösning för push-t
APA, Harvard, Vancouver, ISO, and other styles
5

Aziz, H., and Mick J. Ridley. "Adaptive Polling for Responsive Web Applications." 2016. http://hdl.handle.net/10454/10175.

Full text
Abstract:
Yes<br>The web environment has been developing remarkably, and much work has been done towards improving web based notification systems, where servers act smartly by notifying and feeding clients with subscribed data. In this paper we have reviewed some of the problems with current solutions to real-time updates of multi user web applications; we introduce a new concept “adaptive polling” based on one AJAX technique “Polling” to reduce the high volume of redundant server connections with reasonable latency, we demonstrated a prototype implementation of the new concept which is then evalu
APA, Harvard, Vancouver, ISO, and other styles
6

Telenský, Václav. "Kooperativní práce na dokumentech v aplikaci TeXonWeb." Master's thesis, 2015. http://www.nusl.cz/ntk/nusl-191132.

Full text
Abstract:
The diploma thesis deals with design and implementation of cooperative work on documents in the application TEXonWeb. The diploma theses includes the analysis of competitive solutions and key technologies for implementation. The cooperative work on documents is a functionality which allows users to cooperate simply on one document in real-time. Text of the thesis describes the process of implementation using the technology which is described in the initial analysis. The diploma theses also includes some ideas for next possible development.
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!