Hi everyone,
I have a question concerning the performance & throughput of MINA. I have the following setup: A client that reads a file line by line using the BufferedReader and a server that receives each line (using TextLineCodec) and writes it on disk using a BufferedWriter. The test file has a size of about 18 MBs. When I redirect the "input stream" directly to the output stream, the entire job takes just one second. If there is the MINA client & server "in between", it takes 13 seconds - a throughput of less than 1 MB/s. The client & server are running on the same machine. Any ideas why the performance is so weak or how I can tweak it? Thanks in advance for your insights.

Cu on the 'net,
                       Bye - bye,

                                  <<<<< André <<<< >>>> èrbnA >>>>>


Reply via email to