OpenResty/Lua 70+ Advanced Programming Skills and Optimization tips
All impression of high skills on OpenResty/Lua programming along these 3 years. OpenResty/Lua 70+ Advanced Programming Skills and Optimization tips from Ho Kim Cheers~ Continue reading
Posted in Coding Standards, Lua, Nginx, Optimization, Training
Tagged Advanced Programming, Coding Skills, Lua, OpenResty, Optimization tips, Optimize, Programming
Leave a comment
OpenResty/Lua Practical Experience
Lua/OpenResty, 20+ times faster than PHP(fpm), we endorse it and have this summary finally. OpenResty/Lua Practical Experience from Ho Kim Cheers~ Continue reading
Posted in 56com, Architecture, Linux, Lua, Nginx, Optimization, Training
Tagged Framework, Lua, Nonblocking, OpenResty, Web
Leave a comment
Example of nginx.conf
Download example of nginx config file : nginx.conf [codesyntax lang="apache"] # nobody nobody but you ... user nobody; # max concurrent requests = worker_processes * worker_connections worker_processe… Continue reading
Nginx and PHP for Windows
1. Environment Window XP Nginx 0.8.50 PHP 5.2.14 2. Download Nginx Unzip to D:\nginx-0.8.50 3. Download PHP Unzip to D:\nginx-0.8.50\php-5.2.14 4. Create D:\nginx-0.8.50\php-5.2.14\php.ini cgi.fix_pat… Continue reading
Nginx and PHP-FPM for Ubuntu
1. Install and Start Nginx (a) use apt-get [codesyntax lang="bash" lines="no" container="pre" tab_width="4"] $ su $ apt-get install nginx $ update-rc.d nginx defaults $ /etc/init.d/nginx start [/codes… Continue reading