Re: Gnome VFS - plans for Gnome 2.8
- From: Dan Winship <danw ximian com>
- To: Alexander Larsson <alexl redhat com>
- Cc: Rodney Dawes <dobey free fr>, "desktop-devel-list gnome org" <desktop-devel-list gnome org>, "gnome-vfs-list gnome org" <gnome-vfs-list gnome org>
- Subject: Re: Gnome VFS - plans for Gnome 2.8
- Date: Mon, 29 Mar 2004 14:41:08 -0500
On Thu, 2004-03-25 at 13:09, Alexander Larsson wrote:
> In fact, from a quick look at libsoup it seems to have the same problems
> that all other non-neon libraries i've looked at had wrt gnome-vfs use.
> Its mainly built for async use, and it uses an "get whole file, with
> callbacks when you get data blocks" style of operation while gnome-vfs
> needs more of a "request block of data" style of API (like the posix
> read()/write() calls).
This would not be difficult to implement. It's just a matter of having
the main I/O code return after each read/write rather than looping until
it's done (and adding some new API to take advantage of that).
-- Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]