Richard M. Stallman writes:
> 
> If you prefer a different fix that _can be done by us_, that's fine
> with me.  Just as long as we fix the problem.

WE CAN'T FIX THE PROBLEM.

Nothing you do to the car can fix the potholes in the road.  You can
spend all the time and money you want upgrading the suspension to try to
smooth out the ride, but you're still going to destroy tires if the road
is bad enough.  If you want to fix it, go figure out how to fix ssh and
submit a patch.  Or convince the ssh maintainers to do it.  Here's
evidence that it affects things other than CVS:

        $ cat bigfile | wc -c
         11458815
        $ (ssh localhost sleep 10& sleep 3; cat bigfile) | wc -c
        cat: stdout: Resource temporarily unavailable
          266240

ssh and cat are sharing the same stdout, so when ssh in the background
sets nonblocking mode, it screws up cat in exactly the same way as it
screws up CVS.

-Larry Jones

The living dead don't NEED to solve word problems. -- Calvin


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to