[Patches] [ python-Patches-473515 ] check socket send method completes

noreply@sourceforge.net noreply@sourceforge.net
Sun, 21 Oct 2001 15:28:57 -0700


Patches item #473515, was opened at 2001-10-21 15:26
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=473515&group_id=5470

Category: Library (Lib)
Group: None
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Piers Lauder (pierslauder)
Assigned to: Piers Lauder (pierslauder)
Summary: check socket send method completes

Initial Comment:
This patch was offered by Anthony Baxter and is a
solution to the bug (ID 211710) reported earlier re
socket send method on FreeBSD not always completing.

Note that my preferred patch would be to have the
socket send method guarantee to complete the send
(or raise an error), as solving this problem in
Python code entails much data copying - which would be
much more efficiently done in the socket module code.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=473515&group_id=5470