On Sat, 14 Aug 2010 14:13:06 +0200 (CEST) Vincent Torri <vto...@univ-evry.fr> wrote:
> > > On Sat, 14 Aug 2010, Vincent Torri wrote: > > > > > > > On Sat, 14 Aug 2010, Carsten Haitzler (The Rasterman) wrote: > > > >> What: the march to EFL 1.0.0 - first stage "ALPHA" > >> Covers: eina evas ecore embryo edje efreet e_dbus > >> Extras: eet (going to 1.4.0 to be in sync with efl 1.0.0) > >> > >> it's been a while coming. but it's pretty much about time to go to 1.0.0. > >> so > >> what i'm doing is calling a freeze in about 12 hours from now) - 0:00 GMT > >> sunday august 14th 2010. this is for all of the above libraries (including > >> eet). this means after freeze: > > > > i'm back home on monday and i have plenty of things to do in eina. Mostly > > fixes, mostly related to windows, but also new features (also for windows). > > > > Seriously, announcing such alpha release *just* for the day after is not > > the cleverest thing you did. > > and you also didn't answer about the thread safety in eina. I think it's > important. > > Vincent > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel Having threadsafe data types is useful for anyone using threads. Out of the people I've asked, nobody has been against adding threadsafe operations; the opposite, everyone has been pro threadsafety as desktop cpus are gaining more cores and thus the ability to efficiently multitask. This is not a null use case. Aside from desktop usage, I am working on bringing EFL into secure server operations, and this requires the use of threads. I realize that not everyone uses threads, which is why threadsafety is in no way required or enabled for normal operation. -- Mike Blumenkrantz Zentific: Our boolean values are huge. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel