[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-3.4-testing] xend: adjust relocation buffer size



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1243863214 -3600
# Node ID 6f93e59f2b71ecdd49d6051cebe9ab6893aa9161
# Parent  e29cc855022599dbb9516e42b8f1eaa2676efca6
xend: adjust relocation buffer size

This can greatly improve ssl relocation performance (to about 1/3
compared with buffersize 1024).

Signed-off-by: Zhigang Wang <zhigang.x.wang@xxxxxxxxxx>
xen-unstable changeset:   19612:fad68a77af5c
xen-unstable date:        Tue May 19 01:50:00 2009 +0100
---
 tools/python/xen/web/connection.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r e29cc8550225 -r 6f93e59f2b71 tools/python/xen/web/connection.py
--- a/tools/python/xen/web/connection.py        Mon Jun 01 14:33:01 2009 +0100
+++ b/tools/python/xen/web/connection.py        Mon Jun 01 14:33:34 2009 +0100
@@ -37,7 +37,7 @@ for TCP and unix-domain sockets (see tcp
 for TCP and unix-domain sockets (see tcp.py and unix.py).
 """
 
-BUFFER_SIZE = 1024
+BUFFER_SIZE = 16384
 BACKLOG = 5
 
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.