2008/5/19 Senaka Fernando <[EMAIL PROTECTED]>:

> 1. what does sslOnly = true do?

Only listen on the ssl port, not the non-ssl port too.

> 2. what does qpidnio = true do?

This is admittedly a poor name for the feature. This installs a
multithreaded MINA socket acceptor that in was an attempt to boost the
performance by allowing simultaneously reading from and writing to a
socket. I am not sure how successful this is in all cases and perhaps
Martin Ritchie (who wrote it) can provide more in depth guidance about
how it performs in different scenarios.

> 4. need to know about socketReceiveBuffer, socketSendBuffer size usage
> (valid range etc.)

This is the standard socket send and receive buffers.

> 5. what's protectio all about.

This limits the amount of data read from a particular client into a
pending queue (or put into a pending queue to be written out) in order
to "protect" the broker from running out of memory due to runaway
clients or unresponsive clients (depending on the particular
scenario).

RG

Reply via email to