|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBSCO_ocn917152770 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150810s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d IDEBK
|d EBLCP
|d OCLCF
|d DEBBG
|d DEBSZ
|d YDXCP
|d OCLCQ
|d MERUC
|d OCLCQ
|d N$T
|d CEF
|d OCLCQ
|d WYU
|d UAB
|d OCLCQ
|d VLY
|d UKMGB
|d OCLCO
|d OCLCQ
|d QGK
|d OCLCO
|
015 |
|
|
|a GBC1I3615
|2 bnb
|
016 |
7 |
|
|a 018006692
|2 Uk
|
019 |
|
|
|a 914190300
|a 948962778
|a 1259257035
|
020 |
|
|
|a 9781783552405
|q (electronic bk.)
|
020 |
|
|
|a 1783552409
|q (electronic bk.)
|
020 |
|
|
|z 1783552409
|
020 |
|
|
|z 1785281836
|
020 |
|
|
|z 9781785281839
|
029 |
1 |
|
|a DEBBG
|b BV043020041
|
029 |
1 |
|
|a DEBBG
|b BV043622358
|
029 |
1 |
|
|a DEBSZ
|b 455696071
|
029 |
1 |
|
|a GBVCP
|b 88274321X
|
029 |
1 |
|
|a UKMGB
|b 018006692
|
035 |
|
|
|a (OCoLC)917152770
|z (OCoLC)914190300
|z (OCoLC)948962778
|z (OCoLC)1259257035
|
037 |
|
|
|a CL0500000625
|b Safari Books Online
|
050 |
|
4 |
|a TK5105.883.N45
|
072 |
|
7 |
|a COM
|x 051230
|2 bisacsh
|
082 |
0 |
4 |
|a 005.276
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Sharma, Rahul,
|e author.
|
245 |
1 |
0 |
|a NGINX high performance :
|b optimize NGINX for high-performance, scalable web applications /
|c Rahul Sharma.
|
246 |
3 |
0 |
|a Optimize NGINX for high-performance, scalable web applications
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations.
|
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
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover (Safari, viewed August 3, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Working with NGINX; The NGINX architecture; Installing NGINX from source; Build requirements; The ANSI C compiler and build system; libatomic_ops and AIO -- optional requirements; Perl -- an optional requirement; The Perl Compatible Regular Expressions library -- an optional requirement; OpenSSL -- an optional requirement; Zlib -- an optional requirement; Configuring NGINX; Configuring NGINX defaults; Configuring NGINX modules; Configuring NGINX for the Web
|
505 |
8 |
|
|a Configuring NGINX for e-mailConfiguring third-party modules; NGINX -- the complete package; Building and installing NGINX; Deploying in NGINX; Deploying NGINX; Summary; Chapter 2: Benchmarking the Server; Performance testing; Using timeouts; Baselines; A note about tools; Generating metrics using Siege; Installing Siege; Running Siege; Siege test results; Generating metrics using Apache JMeter; Installing JMeter; Installing Java; Setting JAVA_HOME; Running JMeter; Components of JMeter; Threads; Sampler; Configuration elements; Assertions; Listeners; Test plan; Building JMeter test plans
|
505 |
8 |
|
|a JMeter test resultsSummary; Chapter 3: Tweaking NGINX Configuration; NGINX configuration syntax; Configuring NGINX workers; worker_processes; accept_mutex; accept_mutex_delay; worker_connections; worker_rlimit_nofile; multi_accept; use; Configuring NGINX I/O; Sendfile; Direct I/O; Asynchronous I/O; Mixing them up; Configuring TCP; TCP_NODELAY; TCP_CORK; Setting them up; Setting up the server; Measuring gains; Summary; Chapter 4: Controlling Buffers, Timeouts, and Compression; Configuring buffers; client_body_buffer_size; client_max_body_size; client_body_in_file_only
|
505 |
8 |
|
|a Client_body_in_single_bufferclient_body_temp_path; client_header_buffer_size; large_client_header_buffers; Configuring timeouts; keepalive; keepalive_timeout; keepalive_requests; keepalive_disable; send_timeout; client_body_timeout; client_header_timeout; Compression; ngx_http_gzip_module; gzip; gzip_comp_level; gzip_min_length; gzip_types; gzip_proxied; gzip_http_version; gzip_vary; gzip_disable; ngx_http_gzip_static_module; gzip_static; ngx_http_gunzip_module; gunzip; Configuring logs; access_log; log_format; log_subrequest; error_log; log_not_found; Setting up the server; Measuring gains
|
520 |
|
|
|a Chapter 5: Configuring the Network Stack; TCP buffers; The TCP window; TCP control algorithms; TCP states; Raising server limits; The queue size; The listen socket queue size; Half-opened connections; Ephemeral ports; Open files; Setting up the server; Summary; Chapter 6: Using NGINX Cache; Caching static content; open_file_cache; open_file_cache_valid; open_file_cache_min_uses; open_file_cache_errors; Setting up the server; Caching dynamic content; Using FastCGI and the related cache; Installing PHP; Deploying PHP scripts; Configuring php-fpm; Configuring NGINX FastCGI
|
520 |
|
|
|a System administrators, developers, and engineers looking for ways to achieve maximum performance from NGINX will find this book beneficial. If you are looking for solutions such as how to handle more users from the same system or load your website pages faster, then this is the book for you.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Web servers
|x Computer programs.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Web applications.
|
650 |
|
0 |
|a Web proxy servers.
|
650 |
|
0 |
|a Open source software.
|
650 |
|
6 |
|a Serveurs Web
|x Logiciels.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Applications Web.
|
650 |
|
6 |
|a Serveurs mandataires Web.
|
650 |
|
6 |
|a Logiciels libres.
|
650 |
|
7 |
|a COMPUTERS
|x Software Development & Engineering
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a Open source software
|2 fast
|
650 |
|
7 |
|a Web applications
|2 fast
|
650 |
|
7 |
|a Web proxy servers
|2 fast
|
650 |
|
7 |
|a Web servers
|x Computer programs
|2 fast
|
776 |
0 |
8 |
|i Print version:
|n Druck-Ausgabe
|t Sharma, Rahul. NGINX High Performance
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1030195
|z Texto completo
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1030195
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12538222
|
994 |
|
|
|a 92
|b IZTAP
|