Massimo;
When i run web2py in FCGI , there is no visible problem but there are some
Socket errors on the background . "Broken pipe" , seems communicatiion
terminated before finished and it is not handled.
socket.error: (32, 'Broken pipe')
Unhandled exception in thread started by <bound method Connection.run of
<gluon.contrib.gateways.fcgi.Connection object at 0x85c218c>>
Traceback (most recent call last):
File "/opt/web2py/gluon/contrib/gateways/fcgi.py", line 664, in run
self.process_input()
File "/opt/web2py/gluon/contrib/gateways/fcgi.py", line 700, in
process_input
self._do_params(rec)
File "/opt/web2py/gluon/contrib/gateways/fcgi.py", line 799, in _do_params
self._start_request(req)
File "/opt/web2py/gluon/contrib/gateways/fcgi.py", line 783, in
_start_request
req.run()
File "/opt/web2py/gluon/contrib/gateways/fcgi.py", line 592, in run
self._flush()
File "/opt/web2py/gluon/contrib/gateways/fcgi.py", line 599, in _flush
self.stdout.close()
File "/opt/web2py/gluon/contrib/gateways/fcgi.py", line 358, in close
self._conn.writeRecord(rec)
File "/opt/web2py/gluon/contrib/gateways/fcgi.py", line 715, in
writeRecord
rec.write(self._sock)
File "/opt/web2py/gluon/contrib/gateways/fcgi.py", line 552, in write
self._sendall(sock, header)
File "/opt/web2py/gluon/contrib/gateways/fcgi.py", line 529, in _sendall
sent = sock.send(data)
socket.error: (32, 'Broken pipe')
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---