Literatura académica sobre el tema "AJAX polling"

Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros

Elija tipo de fuente:

Consulte las listas temáticas de artículos, libros, tesis, actas de conferencias y otras fuentes académicas sobre el tema "AJAX polling".

Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.

También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.

Artículos de revistas sobre el tema "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.

Texto completo
Resumen
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. Alternate approaches like “Client-Pull” models that involve polling strategy with the unpredictable amount of page refreshes, only tend to intensify the network traffic. Hence a technology that is intelligent enough to support the varied exhaustive Bioinformatics processes becomes highly essential. In this review, we propose how AJAX can afford a laconic framework within the Bioinformatics applications to completely reduce the page refresh nuisance and provide a better user experience.
Los estilos APA, Harvard, Vancouver, ISO, etc.
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.

Texto completo
Resumen
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
Los estilos APA, Harvard, Vancouver, ISO, etc.
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.

Texto completo
Resumen
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 satu server dan berulangkali melakukan metode Polling maka, server akan jadi sibuk dan rentan terkena serangan DDOS. Sehingga untuk memecahkan masalah tersebut dibuatlah protokol yang menyediakan saluran komunikasi full-duplex melalui koneksi TCP tunggal yang biasa disebut websocket. WebSocket merupakan bagian dari HTML5 yang menghadirkan pengurangan besar dalam lalu-lintas jaringan yang tidak penting dan latency, dibandingkan dengan solusi polling dan long-polling yang telah digunakan untuk mensimulasikan koneksi dua arah dengan cara menjaga dua koneksi tetap terhubung. Oleh karena itu, penelitian ini dibuat untuk melakukan perbandingan antara websocket dan ajax, dengan hasil akhir menunjukan persentase transmit data network ajax 90,37% dan websocket 9,63% serta receive data network untuk ajax 94,88% dan websocket 5,12%.
Los estilos APA, Harvard, Vancouver, ISO, etc.

Tesis sobre el tema "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.

Texto completo
Resumen
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 av respektive applikation, vilket även genererar realistiska uppdateringar. Resultaten visar att den klientgenererade bandbreddskonsumtionen minskas vid användning av avvaktande AJAX-anrop. Detta gör den, i kontrast med klassiska intervallanrop, till en möjlig avlastningsmetod.
Los estilos APA, Harvard, Vancouver, ISO, etc.
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.

Texto completo
Resumen
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 inactive tabs. This model was implemented and tested with results demonstrating that a significant number of client-server connections can be avoided in the browser background. These results suggest the solution can be optimised for any real-time technique as it benefits from being a developer side technique that works consistently on all browsers. Second, ‘Adaptive Polling’ is a pull-based real-time web technique to overcome bandwidth issues of the reverse AJAX method of ‘Polling’ by controlling the frequency of requesting updates from the server based on the last server response. This approach is implemented and tested with results showing how a significant number of redundant connections can be avoided while the server does not return updates. This solution is a good alternative to other real-time web techniques as it features low latency, the simplicity of implementation, and compatibility with all browsers and servers.
Los estilos APA, Harvard, Vancouver, ISO, etc.
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.

Texto completo
Resumen
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), comparing latency and number of HTTP requests over 100 messages being sent through the application. Additionally, the latency measurements were made over three separate network conditions. The experiment results suggest the WebSocket protocol outperforms both short polling using Ajax and server-sent events by large margins, varying slightly depending on network conditions.
Los estilos APA, Harvard, Vancouver, ISO, etc.
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.

Texto completo
Resumen
<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-teknik på webben.</p><p>Som underlag för rapporten utvecklades en spelapplikation samt en utvärdering av ramverket APE och ett antal prestandatester gjordes.</p><br><p>This study deals with push technology, a technology to send real-time data within web applications.</p><p>Many times in today's more inter-active web an alternative way of processing data may be needed. Because of this, the topic seemed relevant in the context of web development.</p><p>The aim is to examine how far this technique contrasts with other techniques to transport data. To investigate the push technology an application was created using a framework for this purpose. As a framework for the exercise the APE framework, containing a complete solution for push technology on the web, was chosen.</p><p>As a basis for the report a gaming application was developed and a number of performance tests as well as an evaluation of the framework APE were made.</p>
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

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

Texto completo
Resumen
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 evaluated against the existing one; the positive results clearly indicated more efficiency in terms of client-server bandwidth.
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

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

Texto completo
Resumen
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.
Los estilos APA, Harvard, Vancouver, ISO, etc.
Ofrecemos descuentos en todos los planes premium para autores cuyas obras están incluidas en selecciones literarias temáticas. ¡Contáctenos para obtener un código promocional único!

Pasar a la bibliografía