net/server.lua

changeset 581
23b9cd1206ba
parent 567
ae7f6167d780
child 620
9f9f69d67edb
--- a/net/server.lua	Sat Dec 06 23:11:21 2008 +0000
+++ b/net/server.lua	Sat Dec 06 23:12:46 2008 +0000
@@ -798,10 +798,6 @@
 loop = function( )    -- this is the main loop of the program
 	--signal_set( "hub", "run" )
 	repeat
-		--[[print(readlen, writelen)
-		for _, s in ipairs(readlist) do print("R:", tostring(s)) end
-		for _, s in ipairs(writelist) do print("W:", tostring(s)) end
-		out_put("select()"..os.time())]]
 		local read, write, err = socket_select( readlist, writelist, 1 )    -- 1 sec timeout, nice for timers
 		for i, socket in ipairs( write ) do    -- send data waiting in writequeues
 			local handler = socketlist[ socket ]

mercurial