Cargando…

Boost. Asio C++ network programming cookbook : over 25 hands-on recipes to create robust and highly-efficient cross-platform distributed applications with the Boost. Asio library /

Over 25 hands-on recipes to create robust and highly-efficient cross-platform distributed applications with the Boost. Asio libraryAbout This Book Build highly efficient distributed applications with ease Enhance your cross-platform network programming skills with one of the most reputable C++ libra...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Radchuk, Dmytro (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn937787181
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160209s2016 enk o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCF  |d DEBBG  |d DEBSZ  |d COO  |d N$T  |d VT2  |d IDEBK  |d YDXCP  |d EBLCP  |d NLE  |d FEM  |d IDB  |d MERUC  |d N$T  |d UOK  |d CEF  |d OCLCQ  |d AGLDB  |d IGB  |d RDF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d QGK 
019 |a 936199027  |a 936410728  |a 968029995  |a 969046200  |a 1259197905 
020 |a 9781783986545  |q (electronic bk.) 
020 |a 9781783986552  |q (electronic bk.) 
020 |a 1783986557  |q (electronic bk.) 
020 |a 1783986549  |q (electronic bk.) 
024 3 |a 9781783986545 
029 1 |a AU@  |b 000062539991 
029 1 |a CHNEW  |b 000884548 
029 1 |a CHVBK  |b 374432481 
029 1 |a DEBBG  |b BV043968845 
029 1 |a DEBSZ  |b 473885433 
029 1 |a DEBSZ  |b 485793563 
029 1 |a GBVCP  |b 882752650 
029 1 |a AU@  |b 000066230041 
029 1 |a AU@  |b 000066526056 
029 1 |a AU@  |b 000067109790 
035 |a (OCoLC)937787181  |z (OCoLC)936199027  |z (OCoLC)936410728  |z (OCoLC)968029995  |z (OCoLC)969046200  |z (OCoLC)1259197905 
037 |a CL0500000713  |b Safari Books Online 
050 4 |a QA76.73.C153 
072 7 |a COM  |x 051070  |2 bisacsh 
082 0 4 |a 005.133  |2 23 
049 |a UAMI 
100 1 |a Radchuk, Dmytro,  |e author. 
245 1 0 |a Boost. Asio C++ network programming cookbook :  |b over 25 hands-on recipes to create robust and highly-efficient cross-platform distributed applications with the Boost. Asio library /  |c Dmytro Radchuk. 
246 3 0 |a Over 25 hands-on recipes to create robust and highly-efficient cross-platform distributed applications with the Boost. Asio library 
246 3 |a Over twenty-five hands-on recipes to create robust and highly-efficient cross-platform distributed applications with the Boost. Asio library 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
490 1 |a Quick answers to common problems 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed November 1, 2017). 
500 |a Includes index. 
520 8 |a Over 25 hands-on recipes to create robust and highly-efficient cross-platform distributed applications with the Boost. Asio libraryAbout This Book Build highly efficient distributed applications with ease Enhance your cross-platform network programming skills with one of the most reputable C++ libraries Find solutions to real-world problems related to network programming with ready-to-use recipes using this detailed and practical handbookWho This Book Is ForIf you want to enhance your C++ network programming skills using the Boost. Asio library and understand the theory behind development of distributed applications, this book is just what you need. The prerequisite for this book is experience with general C++11. To get the most from the book and comprehend advanced topics, you will need some background experience in multithreading. What You Will Learn Boost your working knowledge of one of the most reputable C++ networking librariesBoost. Asio Familiarize yourself with the basics of TCP and UDP protocols Create scalable and highly-efficient client and server applications Understand the theory behind development of distributed applications Increase the security of your distributed applications by adding SSL support Implement a HTTP client easily Use iostreams, scatter-gather buffers, and timersIn DetailStarting with recipes demonstrating the execution of basic Boost. Asio operations, the book goes on to provide ready-to-use implementations of client and server applications from simple synchronous ones to powerful multithreaded scalable solutions. Finally, you are presented with advanced topics such as implementing a chat application, implementing an HTTP client, and adding SSL support. All the samples presented in the book are ready to be used in real projects just out of the box. As well as excellent practical examples, the book also includes extended supportive theoretical material on distributed application design and construction. Style and approachThis book is a set of recipes, each containing the statement and description of a particular practical problem followed by code sample providing the solution to the problem and detailed step-by-step explanation. Recipes are grouped by topic into chapters and ordered by the level of complexity from basic to advanced. 
505 0 |a Cover ; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: The Basics ; Chapter 2: I/O Operations ; Chapter 3: Implementing Client Applications ; Chapter 4: Implementing Server Applications ; Chapter 5: HTTP and SSL/TLS ; Chapter 6: Other Topics ; Index; Introduction; Creating an endpoint; Creating an active socket; Creating a passive socket; Resolving a DNS name; Binding a socket to an endpoint; Connecting a socket; Accepting connections; Introduction; Using fixed length I/O buffers; Using extensible stream-oriented I/O buffers 
505 8 |a Writing to a TCP socket synchronouslyReading from a TCP socket synchronously; Writing to a TCP socket asynchronously; Reading from a TCP socket asynchronously; Canceling asynchronous operations; Shutting down and closing a socket; Introduction; Implementing a synchronous TCP client; Implementing a synchronous UDP client; Implementing an asynchronous TCP client; Introduction; Implementing a synchronous iterative TCP server; Implementing a synchronous parallel TCP server; Implementing an asynchronous TCP server; Introduction; Implementing the HTTP client application 
505 8 |a Implementing the HTTP server applicationAdding SSL/TLS support to client applications; Adding SSL/TLS support to server applications; Introduction; Using composite buffers for scatter/gather operations; Using timers; Getting and setting socket options; Performing a stream-based I/O 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a C++ (Computer program language) 
650 0 |a Object-oriented programming (Computer science) 
650 0 |a Computer networks. 
650 2 |a Computer Communication Networks 
650 6 |a C++ (Langage de programmation) 
650 6 |a Programmation orientée objet (Informatique) 
650 6 |a Réseaux d'ordinateurs. 
650 7 |a COMPUTERS  |x Programming Languages  |x C++  |2 bisacsh 
650 7 |a C++ (Computer program language)  |2 fast  |0 (OCoLC)fst00843286 
650 7 |a Computer networks.  |2 fast  |0 (OCoLC)fst00872297 
650 7 |a Object-oriented programming (Computer science)  |2 fast  |0 (OCoLC)fst01042804 
776 |z 1-78398-654-9 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781783986545/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4520714 
938 |a EBSCOhost  |b EBSC  |n 1161963 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33696374 
938 |a YBP Library Services  |b YANK  |n 12823188 
994 |a 92  |b IZTAP