[ https://issues.apache.org/jira/browse/AVRO-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800715#action_12800715 ]
Jeff Hammerbacher commented on AVRO-323: ---------------------------------------- Philip, Doug: Python's out-of-the-box TCPServer implementation will call close() on the socket for each message it handles. There are three lines of logic in the Python client to handle this case (get a new socket if the server has hung up). I'm not sure what the right design decision is here: require all clients to handle the case of a server hanging up mid-handshake, or require all servers to leave the connection open. I think the former makes more sense than the latter, but you guys probably have better taste than me in this regard. Thoughts? > Support raw sockets as a transport in avroj > ------------------------------------------- > > Key: AVRO-323 > URL: https://issues.apache.org/jira/browse/AVRO-323 > Project: Avro > Issue Type: New Feature > Components: java > Reporter: Jeff Hammerbacher > Assignee: Doug Cutting > Attachments: AVRO-323.patch, AVRO-323.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.