How to Make Your PC More Powerful
In: Linux
21 May 2009MaxClients defines how many simultaneous requests can be served. Any connection requests from browsers that come in after that will be queued. Default hard limit of 256.
Is ok to set high for static content, but bad for rendered pages.
MaxSpareServers
MinSpareServers
StartServers
ServerLimit
Thrashing where the system is just swapping pages from physical memory to virtual memory (on disk), and [...]
In: Linux
25 Apr 2009Following are the steps to install FFmpeg on Redhat OS. The –enable-libfaad option requires that libfaad has already been installed. This is a library for decoding mpeg4 audio (mp4a). If you don’t mind not having the ability to upload mpeg 4 audio then you won’t need it, but if you do want to be able [...]