Could anyone tell how to configure poclbm miner long-polling with pushpool?
I already asked about this in pushpool thread, but no answer.
Looks like long-polling doesn't work. Miner reports "long poll exception" and "invalid or stale" shares from time to time.
Also miner occasionally reports
2011-06-01_09:31:57.70506 Traceback (most recent call last):
2011-06-01_09:31:57.71616 File "/poclbm/BitcoinMiner.py", line 259, in longPollThread
2011-06-01_09:31:57.71623 (connection, result) = self.request(connection, url, self.headers)
2011-06-01_09:31:57.71626 File "/poclbm/BitcoinMiner.py", line 222, in request
2011-06-01_09:31:57.71629 response = connection.getresponse()
2011-06-01_09:31:57.71631 File "/usr/lib/python2.6/httplib.py", line 990, in getresponse
2011-06-01_09:31:57.71634 response.begin()
2011-06-01_09:31:57.71637 File "/usr/lib/python2.6/httplib.py", line 391, in begin
2011-06-01_09:31:57.71639 version, status, reason = self._read_status()
2011-06-01_09:31:57.71642 File "/usr/lib/python2.6/httplib.py", line 349, in _read_status
2011-06-01_09:31:57.71645 line = self.fp.readline()
2011-06-01_09:31:57.71647 File "/usr/lib/python2.6/socket.py", line 427, in readline
2011-06-01_09:31:57.71650 data = recv(1)
2011-06-01_09:31:57.71652 timeout: timed out
btw, I have "longpoll.disable" : false in pushpool config.