[Python-talk] Python socket speed ups?

Lloyd Kvam python at venix.com
Thu Oct 1 00:17:20 EDT 2009


On Wed, 2009-09-30 at 16:21 -0400, bruce.labitt at autoliv.com wrote:
> Is there a way to speed up the send?  OS network buffers?  Python
> speed up?  Call sockets in C?
> 
I've never had to push hard on the Python socket library, but the heavy
lifting is all done in C.  I would not expect much improvement from
fiddling your Python code or recoding into C.  

I'd be looking for OS tweaks, or possibly socket tweaks that might be
available in the socket module, but not exposed directly in the
interface.  

-- 
Lloyd Kvam
Venix Corp
DLSLUG/GNHLUG library
http://dlslug.org/library.html
http://www.librarything.com/catalog/dlslug
http://www.librarything.com/rsshtml/recent/dlslug
http://www.librarything.com/rss/recent/dlslug



More information about the Python-talk mailing list