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

[Xen-changelog] Disable xenconsoled throttling for now.



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 0237746ecf92423a1b948836902f857c4cc3ddd3
# Parent  2c2015c11b498987f1b410540262c4ba29e50de1
Disable xenconsoled throttling for now.

diff -r 2c2015c11b49 -r 0237746ecf92 tools/console/daemon/io.c
--- a/tools/console/daemon/io.c Tue Aug 16 07:06:10 2005
+++ b/tools/console/daemon/io.c Tue Aug 16 07:07:11 2005
@@ -329,6 +329,7 @@
 
                ret = select(max_fd + 1, &readfds, &writefds, 0, &tv);
                if (tv.tv_sec == 1 && (++num_of_writes % 100) == 0) {
+#if 0
                        /* FIXME */
                        /* This is a nasty hack.  xcs does not handle the
                           control channels filling up well at all.  We'll
@@ -338,6 +339,7 @@
                           going away */
                        tv.tv_usec = 1000;
                        select(0, 0, 0, 0, &tv);
+#endif
                }
                enum_domains();
 

_______________________________________________
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®.