After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 697298 - Bad performance with GStreamer's giosrc
Bad performance with GStreamer's giosrc
Status: RESOLVED NOTABUG
Product: gvfs
Classification: Core
Component: daemon
git master
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks: 697297
 
 
Reported: 2013-04-04 21:35 UTC by Bastien Nocera
Modified: 2013-04-05 11:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2013-04-04 21:35:47 UTC
After the fixes to the daemon (bug 675181), we don't crash anymore reading movies from smb locations, but the performance is pretty bad, especially compared to using the gvsf-fuse backend that sits on top of gvfs.

Disabling the read-ahead in gvfsreadchannel.c:read_channel_readahead() (by making it always return NULL) fixes the performance problems.

This particular bug might be fixed once bug 697289 is fixed, or we would need a way to disable read-ahead for a particular stream, which GStreamer would use as it already does its own buffering and read-ahead.
Comment 1 Bastien Nocera 2013-04-05 11:42:13 UTC
I don't seem to be able to reproduce this. I'll reopen when I can get a test case.