Mongrel processes and threads

What is the differnce between those parameters?
-n, --num-procs INT Number of processor threads to use
-N, --num-servers INT Number of Mongrel servers

“-N” is for the number of processes and “-n” is for the number of
threads ?