I recently stumbled over the following lines in ThreadedAppServer:

        def makeInput(self):
                return self._sock.makefile("rb",8012)

Is there any reason why the number 8012 was chosen? I assume the intend 
was to use an 8192 Byte (8k) buffer, and this is just a typo, or am I 
overlooking something and the number has a particular reason?

-- Chris

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to