Tool of the Day: Nginx

 Nginx is an open source Web server and a reverse proxy server
for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus
on high concurrency, performance and low memory usage.
Nginx can deploy dynamic HTTP content on a network using
FastCGI, SCGI handlers for scripts, uWSGI application servers
or Phusion Passenger module, and can serve as a software load
balancer.
 Nginx uses an asynchronous event-driven approach to handling
requests, instead of the Apache HTTP Server model that defaults
to athreaded or process-oriented approach. Nginx's event-driven
approach can provide more predictable performance under high loads

Home page: http://nginx.org/
for binary package and other information:
http://pkgs.org/search/?keyword=nginx

regards,
dhanasekar
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to