Slow Upload on OS X
hi there, i am using your project on an OS X machine at the moment and have the problem that file upload is extremely slow. The file i tried to upload is 564K big and took about 50 seconds the first time i uploaded it.
The second time was faster, I turned on debug information but I could not figure out where exactly the problem lies:
full log: http://paste.ubuntu.com/10564562/
The following lines seemed interesting to me:
2015-03-07 23:31:33,266 [gdrivefs.gdfs.fsutility DEBUG] >>>>>>>>>> create(8) >>>>>>>>>> (70950)
...
2015-03-07 23:31:35,047 [gdrivefs.gdfs.fsutility DEBUG] <<<<<<<<<< write(11) (70950)
from creating the file initially and doing the last write, it took only ~ 2 seconds.
but my $ cp file /path/to/gdfs did not return at this point, but after this:
2015-03-07 23:31:45,330 [gdrivefs.gdfs.fsutility DEBUG] OF: >>>>>>>>>> flush(2) >>>>>>>>>> (70950)
...
2015-03-07 23:31:54,510 [gdrivefs.gdfs.fsutility DEBUG] OF: <<<<<<<<<< flush(2) (70950)
is this a known issue, or am i doing something wrong?
Can you test and indicate whether this is still an issue. I don't believe that this should still be a problem.
I am sorry but I haven't touched the project over the last year. If it works fine for you, please go ahead and close this issue.