Oh.. thanks for the quite simple and clear explanations. Daniel Juyung Seo (SeoZ)
On Tue, Jan 1, 2013 at 6:57 PM, Michael Blumenkrantz < [email protected]> wrote: > On Tue, 1 Jan 2013 18:50:02 +0900 > Daniel Juyung Seo <[email protected]> wrote: > > > What's the difference between eina file, ecore file, eo file? > > > > Daniel Juyung Seo (SeoZ) > > > > On Tue, Jan 1, 2013 at 8:17 AM, Enlightenment SVN < > > [email protected]> wrote: > > > > > Log: > > > efl: add eina_file_copy() > > > > > > it's useful to copy file from one place to another and this will be > > > used in eio' s implementation. > > > > > > NOTE: did not use mmap here as mmap faults may be cumbersome to > handle > > > (Eina_File itself does that, but in a nasty way) and the > > > implementation would be severely different as there is no Eina_File > > > from FD, and there is no way to inject custom memory/fd into the > > > Eina_File's fault handling. The performance would not be that > > > different anyways and the splice() is already in there for systems > > > with good performance (read: Linux). > > > > > > > > > > > > Author: barbieri > > > Date: 2012-12-31 15:17:18 -0800 (Mon, 31 Dec 2012) > > > New Revision: 81942 > > > Trac: http://trac.enlightenment.org/e/changeset/81942 > > > > > > Added: > > > trunk/efl/src/examples/eina/eina_file_02.c > > > Modified: > > > trunk/efl/ChangeLog trunk/efl/NEWS trunk/efl/src/examples/eina/ > > > trunk/efl/src/examples/eina/Makefile.am > trunk/efl/src/lib/eina/eina_file.c > > > trunk/efl/src/lib/eina/eina_file.h > > > > > eina_file is low-level file abstractions, ecore_file is a little higher > level and allows more complex operations. > > both of these are synchronous; eio is not. > ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
