Hiện tại tôi đang sử dụng một ứng dụng được tích hợp sẵn trong python. Khi tôi chạy nó trong máy tính cá nhân, nó hoạt động mà không có vấn đề gì.
Tuy nhiên, khi tôi chuyển nó vào máy chủ sản xuất. Nó tiếp tục hiển thị cho tôi lỗi đính kèm như dưới đây:.
Tôi đã thực hiện một số nghiên cứu và tôi đã biết lý do trình duyệt của người dùng cuối dừng kết nối trong khi máy chủ vẫn đang bận gửi dữ liệu.
Tôi tự hỏi tại sao nó lại xảy ra và nguyên nhân gốc rễ ngăn nó chạy bình thường trong máy chủ sản xuất, trong khi nó hoạt động trên máy tính cá nhân của tôi. Mọi lời khuyên đều được đánh giá cao
Exception happened during processing of request from ('127.0.0.1', 34226)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 284, in
_handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 310, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 641, in __init__
self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 694, in finish
self.wfile.flush()
File "/usr/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe