Grant> Are you sure it's not Python buffering its input? Have you tried
Grant> "python -u mympstat.py"?Nope. -u unbuffers stdout and stderr, not stdin. It really must be mpstat being uncooperative. Skip -- http://mail.python.org/mailman/listinfo/python-list
