On Mon, Apr 16, 2007 at 04:18:32PM -0500, Brian Mattern wrote:
> On Mon, Apr 16, 2007 at 10:07:37PM +0200, Vincent Torri wrote:
> The problem i see is that for prefetch to really serve any purpose, the
> code has to hit the event loop between prefetch and fetch/get. It will
> be hard to guarantee that no code gets called in between that does a
> full prefetch/fetch/get cycle (which would then be out of order).

to answer my own question, sending several prefetches() will cause them
all to go out at the same time when you do the first fetch(), so there
is some benefit w/o hitting the event loop in between. (which i guess,
due to the above should be avoided).

Brian


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to