afnarqui / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Easy access to setting file cache size in SSHFS #147

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Try watching a movie over a marginal connection

What is the expected output?

A way of choosing how much read-ahead (and keep-behind) from the current 
position in the file to cache, so that variations in connection speed can 
be smoothed out. Watching a movie over SSHFS without first copying the 
whole thing is probably quite a common use-case.

Depending on what you do, you might not always want a lot of caching, so 
an easily accessible setting would be nice.

What do you see instead?

A jittery movie

What version of the product are you using? On what operating system?

dokan-sshfs-0.2.0.1226
dokan-0.5.2
Microsoft Visual C++ 2005 SP1 Redistributable Package
dokan_sshfs_for_dokan-050.zip

Windows XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by StefanM...@gmail.com on 16 Apr 2010 at 12:56

GoogleCodeExporter commented 9 years ago
I am in exactly the same situation and think this would be an extremely useful 
attribute to have, especially for streaming movies over the connection.

Original comment by seane123 on 25 Nov 2010 at 9:37