¡@

Home 

python Programming Glossary: socket.py

paste.httpserver and slowdown with HTTP/1.1 Keep-alive; tested with httperf and ab

http://stackoverflow.com/questions/1781766/paste-httpserver-and-slowdown-with-http-1-1-keep-alive-tested-with-httperf-and

440 handle_one_request 2001 0.020 0.000 44.383 0.022 socket.py 373 readline 501 44.354 0.089 44.354 0.089 method 'recv' of.. did I track it down First I instrumented every 'recv' in socket.py so I could figure out which recv was waiting. I would see about..

Python Mechanize + GAEpython code

http://stackoverflow.com/questions/1902079/python-mechanize-gaepython-code

Files x86 Google google_appengine google appengine dist socket.py line 42 in _fileobject fp.fileno lambda None AttributeError..

socket.accept error 24: To many open files

http://stackoverflow.com/questions/2569620/socket-accept-error-24-to-many-open-files

time it's start giving exeption File usr lib python2.6 socket.py line 195 in accept error Errno 24 Too many open files And i..

104, 'Connection reset by peer' socket error, or When does closing a socket result in a RST rather than FIN?

http://stackoverflow.com/questions/383738/104-connection-reset-by-peer-socket-error-or-when-does-closing-a-socket-resu

the service one call consistently raises a socket.error in socket.py in read 104 'Connection reset by peer' When I listen in with..

Failing to send email with the Python example

http://stackoverflow.com/questions/399129/failing-to-send-email-with-the-python-example

port host timeout File C Python26 lib socket.py line 512 in create_connection raise error msg error Errno 10060..

error: [Errno 32] Broken pipe when paypal calls back to python django app

http://stackoverflow.com/questions/4029297/error-errno-32-broken-pipe-when-paypal-calls-back-to-python-django-app

line 417 in write self._write data File usr lib python2.6 socket.py line 318 in write self.flush File usr lib python2.6 socket.py.. line 318 in write self.flush File usr lib python2.6 socket.py line 297 in flush self._sock.sendall buffer data write_offset.. line 661 in finish self.wfile.flush File usr lib python2.6 socket.py line 297 in flush self._sock.sendall buffer data write_offset..

Python client / server question

http://stackoverflow.com/questions/4642345/python-client-server-question

line 21 in module rc conn.recv 2 File usr lib python2.6 socket.py line 165 in _dummy raise error EBADF 'Bad file descriptor' socket.error..

python httplib Name or service not known

http://stackoverflow.com/questions/4673166/python-httplib-name-or-service-not-known

self.source_address File usr local lib python2.7 socket.py line 567 in create_connection raise error msg gaierror Errno..

Selenium in Python

http://stackoverflow.com/questions/5198839/selenium-in-python

line 704 in connect self.timeout File usr lib python2.6 socket.py line 514 in create_connection raise error msg error Errno 111..

No connection could be made because the target machine actively refused it (Django)

http://stackoverflow.com/questions/6782732/no-connection-could-be-made-because-the-target-machine-actively-refused-it-djan

actively refused it Exception Location C Python27 lib socket.py in create_connection line 571 Python Executable C Python27 python.exe..

How to fix getaddrinfo-failure for python on windows

http://stackoverflow.com/questions/8925903/how-to-fix-getaddrinfo-failure-for-python-on-windows

self.timeout self.source_address File C Python27 lib socket.py line 553 in create_connection for res in getaddrinfo host port..

pip search django produces time out error

http://stackoverflow.com/questions/9847470/pip-search-django-produces-time-out-error

line self.fp.readline _MAXLINE 1 File C Python27 Lib socket.py line 476 in readline data self._sock.recv self._rbufsize timeout..