Hi,
I've noticed that when connecting to the test web server via TAP, connections seem to be a bit slow. I've added some test code to "download" some data on the web server, and at most, i'm only getting around 1.5K/s (using wget). Is there something i can do to improve the connection speed, or am I basically stuck with this?
Peter
Hello Peter,
On Thu, Jul 22, 2010 at 11:16:55AM +0930, Peter Nguyen wrote:
Hi,
I've noticed that when connecting to the test web server via TAP, connections seem to be a bit slow. I've added some test code to "download" some data on the web server, and at most, i'm only getting around 1.5K/s (using wget). Is there something i can do to improve the connection speed, or am I basically stuck with this?
Each component of your test setup (that I do not know completely) could be the culprit. Without further investigation on your side I fear you've to live with it. Did you try to measure the throughput between two instances of Qemu both running Linux?
Regards
Hi Peter,
On 07/22/2010 03:46 AM, Peter Nguyen wrote:
I've noticed that when connecting to the test web server via TAP, connections seem to be a bit slow. I've added some test code to "download" some data on the web server, and at most, i'm only getting around 1.5K/s (using wget). Is there something i can do to improve the connection speed, or am I basically stuck with this?
Are you using the Genode SVN or the latest release archive? I recommend the SVN. In revision 121, we tweaked the lwIP default configuration, which significantly improved the performance. Prior that revision, the lwIP allocation buffers were dimensioned too rigid.
Norman