commit | d6ab77d27dae87d7ffb66db0a411a631ce85a11d | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Wed Jan 21 19:21:11 2004 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Wed Jan 21 19:21:11 2004 +0000 |
tree | c080a0fe3271a78e7aaefdb515944b4103d8266c | |
parent | af3eb878027954fa578f43ba490599d13215eb3a [diff] |
rpc.py:SocketIO - Large modules were generating large pickles when downloaded to the execution server. The return of the OK response from the subprocess initialization was interfering and causing the sending socket to be not ready. Add an IO ready test to fix this. Moved the polling IO ready test into pollpacket(). M NEWS.txt M rpc.py Backport candidate.