Re: Python / Socket speed

2007-02-26 Thread Paul Rubin
John Nagle <[EMAIL PROTECTED]> writes: > Sockets and pipes are a terrible way to do local interprocess > communication, but it's what we've got. The problem is that what you > want is a subroutine call, but what the OS gives you is an I/O operation. Using TCP sockets is ridiculous but Unix d

Re: Python / Socket speed

2007-02-26 Thread John Nagle
Richard Brodie wrote: > <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >>Seems like sockets are about 6 times faster on OpenSUSE than on >>Windows XP in Python. >> >>http://pyfanatic.blogspot.com/2007/02/socket-performance.html >> >>Is this related to Python or the OS? > > > It

Re: Python / Socket speed

2007-02-26 Thread casevh
On Feb 26, 7:05 am, "Paul Boddie" <[EMAIL PROTECTED]> wrote: > On 26 Feb, 15:54, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > Seems like sockets are about 6 times faster on OpenSUSE than on > > Windows XP in Python. > > >http://pyfanatic.blogspot.com/2007/02/socket-performance.html > > > Is

Re: Python / Socket speed

2007-02-26 Thread Paul Boddie
On 26 Feb, 15:54, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Seems like sockets are about 6 times faster on OpenSUSE than on > Windows XP in Python. > > http://pyfanatic.blogspot.com/2007/02/socket-performance.html > > Is this related to Python or the OS? >From the output: > TCP window size

Re: Python / Socket speed

2007-02-26 Thread Richard Brodie
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Seems like sockets are about 6 times faster on OpenSUSE than on > Windows XP in Python. > > http://pyfanatic.blogspot.com/2007/02/socket-performance.html > > Is this related to Python or the OS? It's 6 times faster even when not using

Python / Socket speed

2007-02-26 Thread [EMAIL PROTECTED]
Seems like sockets are about 6 times faster on OpenSUSE than on Windows XP in Python. http://pyfanatic.blogspot.com/2007/02/socket-performance.html Is this related to Python or the OS? /MSkou -- http://mail.python.org/mailman/listinfo/python-list