About: Pull technology     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : owl:Thing, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FPull_technology

Pull coding or client pull is a style of network communication where the initial request for data originates from the client, and then is responded to by the server. The reverse is known as push technology, where the server pushes data to clients. Pull requests form the foundation of network computing, where many clients request data from centralized servers. Pull is used extensively on the Internet for HTTP page requests from websites.

AttributesValues
rdf:type
rdfs:label
  • Pull-Model (de)
  • Logica pull (it)
  • Pull technology (en)
  • Технология pull (ru)
  • Технологія pull (uk)
rdfs:comment
  • Das Pull-Model ist ein Pattern zur Datenübertragung, bei dem der Datenempfänger sich die nächsten Informationen selbst holt, wenn er sie benötigt bzw. die nächsten Daten verarbeitet werden können. Der Empfänger meldet sich beim Datenlieferanten an. Der Lieferant benachrichtigt den Empfänger nur über das Vorliegen neuer Werte. Vorteile * Anders als beim Polling holt sich der Empfänger die Daten nur, falls auch Änderungen vorliegen. * Der Empfänger kann, anders als beim Push-Model, in einer Überlastsituation die Datenübertragung verlangsamen. (de)
  • Pull coding or client pull is a style of network communication where the initial request for data originates from the client, and then is responded to by the server. The reverse is known as push technology, where the server pushes data to clients. Pull requests form the foundation of network computing, where many clients request data from centralized servers. Pull is used extensively on the Internet for HTTP page requests from websites. (en)
  • Si parla di logica pull quando lo svolgimento di un generico processo (inteso come sequenza di attività) avviene guardando indietro, cioè lo svolgimento dell'attività a valle trascina quella a monte (in inglese pull). (it)
  • Технология pull (англ. pull technology, pull coding или client pull - сбор чего-либо ) — технология сетевой коммуникации, при которой первоначальный запрос данных производится клиентом, а ответ порождается сервером. Противоположностью ей является технология push. Большинство веб-каналов, таких как RSS, технически используют pull-схему. С помощью RSS программа пользователя периодически опрашивает сервер на предмет нового содержания; сервер не отправляет клиенту нежелательную информацию. (ru)
  • Технологія pull («тягнення») — це інтернет-протокол, у якому запит на отримання даних надходить від клієнта, а потім сервер відповідає на нього. Протилежною до неї є технологія push, коли сервер передає («штовхає») дані клієнтам. Pull-запити даних складають основу мережевих обчислень, де багато клієнтів вимагають дані з централізованих серверів. Pull широко використовується в Інтернеті для запиту контексту сторінки HTTP з вебсайту. (uk)
differentFrom
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
sameAs
dbp:wikiPageUsesTemplate
has abstract
  • Das Pull-Model ist ein Pattern zur Datenübertragung, bei dem der Datenempfänger sich die nächsten Informationen selbst holt, wenn er sie benötigt bzw. die nächsten Daten verarbeitet werden können. Der Empfänger meldet sich beim Datenlieferanten an. Der Lieferant benachrichtigt den Empfänger nur über das Vorliegen neuer Werte. Vorteile * Anders als beim Polling holt sich der Empfänger die Daten nur, falls auch Änderungen vorliegen. * Der Empfänger kann, anders als beim Push-Model, in einer Überlastsituation die Datenübertragung verlangsamen. Die Nachteile des Pull-Model decken sich weitgehend mit den Nachteilen des Polling: * Falls die Datenänderungen im Sender kurzzeitig häufiger auftreten, als der Empfänger diese verarbeiten kann, gehen Zwischenwerte verloren. (de)
  • Pull coding or client pull is a style of network communication where the initial request for data originates from the client, and then is responded to by the server. The reverse is known as push technology, where the server pushes data to clients. Pull requests form the foundation of network computing, where many clients request data from centralized servers. Pull is used extensively on the Internet for HTTP page requests from websites. A push can also be simulated using multiple pulls within a short amount of time. For example, when pulling POP3 email messages from a server, a client can make regular pull requests every few minutes. To the user, the email then appears to be pushed, as emails appear to arrive close to real-time. The tradeoff is this places a heavier load on both the server and network to function correctly. Most web feeds, such as RSS are technically pulled by the client. With RSS, the user's RSS reader polls the server periodically for new content; the server does not send information to the client unrequested. This continual polling is inefficient and has contributed to the shutdown or reduction of several popular RSS feeds that could not handle the bandwidth. For solving this problem, the WebSub protocol as another example of a push code was devised. Podcasting is specifically a pull technology. When a new podcast episode is published to an RSS feed, it sits on the server until it is requested by a feed reader, mobile podcasting app, or directory. Directories such as Apple Podcasts (iTunes), The Blubrry Directory, and many apps' directories request the RSS feed periodically to update the Podcast's listing on those platforms. Subscribers to those RSS feeds via app or reader will get the episodes when they request the RSS feed next time, independent of when the directory listing updates. (en)
  • Si parla di logica pull quando lo svolgimento di un generico processo (inteso come sequenza di attività) avviene guardando indietro, cioè lo svolgimento dell'attività a valle trascina quella a monte (in inglese pull). In particolare, per quanto riguarda un processo di produzione, si parla di logica pull quando la decisione di implementare la produzione di un dato bene in una determinata quantità, cioè di dare il via a tutta la sequenza di attività a partire dall'approvvigionamento, avviene a posteriori rispetto all'insorgere di un fabbisogno. Si contrappone alla logica push.Tale terminologia viene usata spesso per indicare la tecnica di alimentazione dei processi produttivi. È una logica di produzione in cui si cerca di produrre esattamente quanto richiede il mercato, sia sotto il profilo quantitativo che qualitativo.Tale logica richiede anche una soluzione soddisfacente alla rapidità di consegna, occorre organizzare tutta una catena di fornitura logistica di tipo just in time nella quale i tempi di risposta della produzione sono rapidi nel seguire una domanda che varia in continuazione. (it)
  • Технологія pull («тягнення») — це інтернет-протокол, у якому запит на отримання даних надходить від клієнта, а потім сервер відповідає на нього. Протилежною до неї є технологія push, коли сервер передає («штовхає») дані клієнтам. Pull-запити даних складають основу мережевих обчислень, де багато клієнтів вимагають дані з централізованих серверів. Pull широко використовується в Інтернеті для запиту контексту сторінки HTTP з вебсайту. Pull-систему можна ініціювати, роблячи кілька pull запитів за короткий проміжок часу. Наприклад, намагаючись отримати нові листи електронної пошти з сервера, клієнт може робити регулярні pull запити на нього кожні кілька хвилин. Для користувача така система є більш зручною, оскільки він отримує новий електронний лист майже в режимі реального часу. Проте недоліком такого зв'язку є серйозні навантаження як на сервер, так і на мережу, в якій відбувається обмін даними. (uk)
  • Технология pull (англ. pull technology, pull coding или client pull - сбор чего-либо ) — технология сетевой коммуникации, при которой первоначальный запрос данных производится клиентом, а ответ порождается сервером. Противоположностью ей является технология push. Технология pull — эффективный и экономичный способ для открытого вещания широкому кругу неизвестных потенциальных клиентов. Он наиболее эффективен для клиента, ищущего специфический элемент. Pull-запросы составляют базовую основу сетевых вычислений, когда множество клиентов запрашивают данные с централизованых серверов. Также, pull широко используется в сети Интернет для HTTP-запросов страниц на web-сайтах. Большинство веб-каналов, таких как RSS, технически используют pull-схему. С помощью RSS программа пользователя периодически опрашивает сервер на предмет нового содержания; сервер не отправляет клиенту нежелательную информацию. (ru)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (61 GB total memory, 49 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software