On Thu, Jul 17, 2003 at 10:36:30PM -0700, Matthew Dharm wrote: > On Thu, Jul 17, 2003 at 11:49:08PM -0400, Adam Kessel wrote: > > Yes, sorry to have slowed down with replies. 2.4.20 (or maybe 21?) log > > while copying: > > http://bostoncoop.net/adam/pub/log_while_copying > What command did you run to generate this log?
I was just copying data to the device using positron. The relevant part
of the positron python code is:
while block != "":
dest.write(block)
block = src.read(blocksize)
Where src and dest are filehandles, dest on the device.
Reducing blocksize from 1M to 1K makes the hanging behavior much less
common.
--Adam
pgp00000.pgp
Description: PGP signature
