DirectPlay (original) (raw)

About DBpedia

DirectPlay es una biblioteca obsoleta que era parte de la API de Microsoft DirectX destinada a la comunicación de red prevista para el desarrollo del juego en computadoras. Las interfaces principales que usa DirectPlay son las siguientes: * , que da acceso al servidor. * , que da acceso al cliente. * , que da acceso al intercambio de ficheros entre iguales.

Property Value
dbo:abstract DirectPlay is part of Microsoft's DirectX API. It is a network communication library intended for computer game development, although it can be used for other purposes. DirectPlay is a high-level software interface between applications and communication services that allows games to be connected over the Internet, a modem link, or a network. It features a set of tools that allow players to find game sessions and sites to manage the flow of information between hosts and players. It provides a way for applications to communicate with each other, regardless of the underlying online service or protocol. It also resolves many connectivity issues, such as Network Address Translation (NAT). Like the rest of DirectX, DirectPlay runs in COM and is accessed through component object model (COM) interfaces. By default, DirectPlay uses multi-threaded programming techniques and requires careful thought to avoid the usual threading issues. Since DirectX version 9, this issue can be alleviated at the expense of efficiency. (en) DirectPlay es una biblioteca obsoleta que era parte de la API de Microsoft DirectX destinada a la comunicación de red prevista para el desarrollo del juego en computadoras. Las interfaces principales que usa DirectPlay son las siguientes: * , que da acceso al servidor. * , que da acceso al cliente. * , que da acceso al intercambio de ficheros entre iguales. (es) DirectPlay est une API disponible dans la suite DirectX de Microsoft, jusqu'à sa version 8. Elle est utilisée pour gérer les échanges de données pour les réseaux (local ou Internet). Directplay est considéré comme deprecated (obsolète) à partir de la version 9 de DirectX. (fr) DirectPlay is een API dat gebruikt wordt voor de ontwikkeling van computerspellen. Microsoft DirectPlay is een media-onafhankelijke netwerk-API dat netwerkservices voorziet aan de transportprotocol- en sessieprotocolniveaus. DirectPlay is "media-onafhankelijk", wat betekent dat DirectPlay-sessies kunnen uitgevoerd worden op: * TCP/IP netwerken * IPX netwerken * directe verbinding over modems en seriële kabels DirectPlays media-onafhankelijkheid laat toe om in de toekomst nieuwe standaarden en protocollen te ondersteunen wanneer deze wijder worden gebruikt. DirectPlay bevat ook DirectPlay Lobby API's die toelaten dat applicaties ze gemakkelijk kunnen uitvoeren en er netwerkadresseringsinformatie aan kunnen doorgeven. Dit laat je toe om games te maken die direct uitvoerbaar zijn door een aantal verschillende services en toepassingen zonder speciale code te moeten schrijven voor elke launcher. DirectPlay heeft een client-serverarchitectuur en in nieuwere versies is peer-to-peer ook mogelijk. Wanneer een speler die de server is het spel verlaat, wordt er automatisch een andere server geselecteerd. (Een Host is een server naar Directplay-terminologie) (nl) DirectPlay – komponent pakietu DirectX stworzonego przez Microsoft. Zawiera implementację przesyłania pakietów protokołem TCP/IP. Wykorzystywana głównie w grach i innych aplikacjach sieciowych. W innych przypadkach rozwiązuje także konflikty sieciowe. (pl) DirectPlay是微軟的DirectX API的一部分。DirectPlay早期是用於網路線上的電腦遊戲的發展,至今DirectPlay已被用於其他用途。 (zh) Microsoft DirectPlay — сетевой программный интерфейс (API), обеспечивающий обслуживание на транспортном и сеансовом уровне. (ru)
dbo:wikiPageExternalLink http://www.jenkinssoftware.com/ http://www.microsoft.com/downloads/details.aspx%3FFamilyID=529f03be-1339-48c4-bd5a-8506e5acf571&DisplayLang=en https://docs.microsoft.com/en-us/previous-versions/ms805688(v=msdn.10) https://web.archive.org/web/20140708005356/http:/hawksoft.com/hawknl/%7Ctitle=HawkNL https://web.archive.org/web/20160423122441/http:/www.opentnl.org/%7Ctitle=OpenTNL
dbo:wikiPageID 483109 (xsd:integer)
dbo:wikiPageLength 6933 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1071741576 (xsd:integer)
dbo:wikiPageWikiLink dbr:Router_(computing) dbr:Modem dbr:Multithreading_(software) dbr:Voice_chat dbr:Internet dbr:Personal_computer dbr:Games_for_Windows_-_Live dbc:DirectX dbr:Component_object_model dbr:Computer_network dbr:Network_address_translation dbr:Client_(computing) dbr:Deprecated dbr:Peer-to-peer dbr:Windows_Me dbr:Windows_Vista dbr:Broadband dbr:Flow_control_(data) dbr:Computer_game dbr:Reliability_(computer_networking) dbr:API dbc:Computer_networking dbr:DirectX dbr:Microsoft dbr:Microsoft_Windows dbr:Network_Address_Translation dbr:OSI_model dbr:Xbox dbr:Server_(computing) dbr:User_Datagram_Protocol dbr:Thread_(computer_programming) dbr:Interface_(computer_science) dbr:Multi-threaded dbr:XNA_(Microsoft)
dbp:wikiPageUsesTemplate dbt:Primary_sources dbt:Reflist dbt:Update dbt:Webarchive
dcterms:subject dbc:DirectX dbc:Computer_networking
gold:hypernym dbr:API
rdf:type dbo:Software yago:WikicatComputerLibraries yago:WikicatMicrosoftWindows yago:Area102735688 yago:Artifact100021939 yago:Framework103391770 yago:Library103660909 yago:Object100002684 yago:PhysicalEntity100001930 yago:Window104587648 yago:YagoGeoEntity yago:YagoPermanentlyLocatedEntity yago:Room104105893 yago:Structure104341686 yago:SupportingStructure104361095 yago:Whole100003553
rdfs:comment DirectPlay es una biblioteca obsoleta que era parte de la API de Microsoft DirectX destinada a la comunicación de red prevista para el desarrollo del juego en computadoras. Las interfaces principales que usa DirectPlay son las siguientes: * , que da acceso al servidor. * , que da acceso al cliente. * , que da acceso al intercambio de ficheros entre iguales. (es) DirectPlay est une API disponible dans la suite DirectX de Microsoft, jusqu'à sa version 8. Elle est utilisée pour gérer les échanges de données pour les réseaux (local ou Internet). Directplay est considéré comme deprecated (obsolète) à partir de la version 9 de DirectX. (fr) DirectPlay – komponent pakietu DirectX stworzonego przez Microsoft. Zawiera implementację przesyłania pakietów protokołem TCP/IP. Wykorzystywana głównie w grach i innych aplikacjach sieciowych. W innych przypadkach rozwiązuje także konflikty sieciowe. (pl) DirectPlay是微軟的DirectX API的一部分。DirectPlay早期是用於網路線上的電腦遊戲的發展,至今DirectPlay已被用於其他用途。 (zh) Microsoft DirectPlay — сетевой программный интерфейс (API), обеспечивающий обслуживание на транспортном и сеансовом уровне. (ru) DirectPlay is part of Microsoft's DirectX API. It is a network communication library intended for computer game development, although it can be used for other purposes. DirectPlay is a high-level software interface between applications and communication services that allows games to be connected over the Internet, a modem link, or a network. It features a set of tools that allow players to find game sessions and sites to manage the flow of information between hosts and players. It provides a way for applications to communicate with each other, regardless of the underlying online service or protocol. It also resolves many connectivity issues, such as Network Address Translation (NAT). (en) DirectPlay is een API dat gebruikt wordt voor de ontwikkeling van computerspellen. Microsoft DirectPlay is een media-onafhankelijke netwerk-API dat netwerkservices voorziet aan de transportprotocol- en sessieprotocolniveaus. DirectPlay is "media-onafhankelijk", wat betekent dat DirectPlay-sessies kunnen uitgevoerd worden op: * TCP/IP netwerken * IPX netwerken * directe verbinding over modems en seriële kabels (nl)
rdfs:label DirectPlay (es) DirectPlay (en) DirectPlay (fr) DirectPlay (nl) DirectPlay (pl) DirectPlay (ru) DirectPlay (zh)
owl:sameAs freebase:DirectPlay yago-res:DirectPlay wikidata:DirectPlay dbpedia-es:DirectPlay dbpedia-fa:DirectPlay dbpedia-fr:DirectPlay dbpedia-nl:DirectPlay dbpedia-pl:DirectPlay dbpedia-ru:DirectPlay dbpedia-tr:DirectPlay dbpedia-zh:DirectPlay https://global.dbpedia.org/id/s2kZ
prov:wasDerivedFrom wikipedia-en:DirectPlay?oldid=1071741576&ns=0
foaf:isPrimaryTopicOf wikipedia-en:DirectPlay
is dbo:wikiPageRedirects of dbr:Directplay
is dbo:wikiPageWikiLink of dbr:List_of_codecs dbr:List_of_features_removed_in_Windows_Vista dbr:Windows_API dbr:Descent_3 dbr:Destruction_Derby_2 dbr:DxDiag dbr:Monster_Truck_Madness dbr:Silver_Knights_(video_game) dbr:Features_new_to_Windows_XP dbr:Linux_Game_Publishing dbr:Kali_(software) dbr:List_of_Microsoft_Windows_application_programming_interfaces_and_frameworks dbr:List_of_Microsoft_Windows_components dbr:Hardwar_(video_game) dbr:Jack_Nicklaus_4 dbr:DirectX dbr:Midtown_Madness dbr:Midtown_Madness_2 dbr:Directplay dbr:Subsim
is foaf:primaryTopic of wikipedia-en:DirectPlay