--- On Thu, 5/15/08, Amar S. Tumballi <amar@xxxxxxxxxxxxx> wrote: > ''io-threads'' translator creates seperate > threads (as specified by the option). But, it doesn't > make sense to have more threads than number of CPUs > available. It works good if the thread > count is same as number of CPUs you have in server. Could you please explain the reasoning behind this statement? Wouldn't adding multiple threads on a single CPU server still allow a server thread to potentially serve files to other clients while it is blocked serving one client? -Martin