An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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.

Property Value
dbo: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)
dbo:wikiPageID
  • 12112654 (xsd:integer)
dbo:wikiPageLength
  • 2785 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1113886015 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
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)
rdfs:label
  • Pull-Model (de)
  • Logica pull (it)
  • Pull technology (en)
  • Технология pull (ru)
  • Технологія pull (uk)
owl:differentFrom
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License