On Sun, 2005-07-31 at 15:23 -0700, David Schwartz wrote:

>       Most likely you are using non-blocking sockets and spinning, waiting for
> data to be received or sent. Broadband connections empty the buffers faster,
> so you spend time waiting for handoffs rather than buffers. Profile and see
> what the CPU is doing.
> 

This sounds about right.  If you are using Java and NIO this might be
the case.  Java NIO does use non-blocking I/O.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to