[prev in list] [next in list] [prev in thread] [next in thread] 

List:       zodb-checkins
Subject:    [Zodb-checkins] CVS: StandaloneZODB/ZEO/zrpc - server.py:1.4
From:       Jeremy Hylton <jeremy () zope ! com>
Date:       2002-07-25 16:47:55
[Download RAW message or body]

Update of /cvs-repository/StandaloneZODB/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv2347

Modified Files:
	server.py 
Log Message:
Remove use of TCP_NODELAY.

I was always uncomfortable with this, but its portability is a simple
justification for removing it.


=== StandaloneZODB/ZEO/zrpc/server.py 1.3 => 1.4 ===
             self.create_socket(socket.AF_INET, socket.SOCK_STREAM)
         else:
             self.create_socket(socket.AF_UNIX, socket.SOCK_STREAM)
-        self.setsockopt(socket.IPPROTO_TCP, 1, 1) # TCP_NODELAY
         self.set_reuse_addr()
         log("listening on %s" % str(self.addr))
         self.bind(self.addr)



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic