Thursday, 27 October 2011

10 Applications You Must Have On Blackberry

If you are Blackberry users and looking for some cool applications for your Blackberry phone. Then you come to the right place. Because i am going to share the 10 application you should have on your Blackberry phone.
1. Facebook
The application lets you update your own status and view your friends’ posts, as well as upload and tag photos right from your phone. We also like the improved photo viewing experience from within the app. Facebook even leverages BlackBerry push technology, so you get messages and updates in real time. Our favorite feature is the calendar integration; the application reminds you of every Facebook event and of your friends’ birthdays.
Price:$ Free

Speed Up Your Server Performance With Nginx

Apache is one of the best well known web server, that run in all platform, but usually on Linux in production mode. Apache supports a variety of features, many implemented as compiled modules which extend the core functionality. Both static files (css, js, html, image files) and dynamic files (php, pl, py, etc.) are served equally using same amount of resources. Which will cause bottleneck in system performance when your website have lot of static files and lot of traffic.

Tuesday, 25 October 2011

What Is Squid Proxy Server

Squid is a Unix-based proxy server that caches Internet content closer to a requestor than its original point of origin. Squid supports caching of many different kinds of Web objects, including those accessed through HTTP and FTP. Caching frequently requested Web pages, media files and other content accelerates response time and reduces bandwidth congestion.
A Squid proxy server is generally installed on a separate server than the Web server with the original files. Squid works by tracking object use over the network. Squid will initially act as an intermediary, simply passing the client's request on to the server and saving a copy of the requested object. If the same client or multiple clients request the same object before it expires from Squid's cache, Squid can then immediately serve it, accelerating the download and saving bandwidth.
Related Posts Plugin for WordPress, Blogger...