On Mon, 4 Apr 2011 13:58:52 +0200 Cedric BAIL <cedric.b...@free.fr> said:

> On Mon, Apr 4, 2011 at 1:07 PM, Carsten Haitzler <ras...@rasterman.com> wrote:
> > On Sun, 3 Apr 2011 16:05:39 -0400 Mike Blumenkrantz <m...@zentific.com>
> > said:
> >> On Sun, 3 Apr 2011 22:01:42 +0200 (CEST)
> >> Vincent Torri <vto...@univ-evry.fr> wrote:
> >> > On Sun, 3 Apr 2011, Mike Blumenkrantz wrote:
> >> > > On Sun, 3 Apr 2011 16:40:53 +0200 (CEST)
> >> > > Vincent Torri <vto...@univ-evry.fr> wrote:
> >> > >> Hey,
> >> > >>
> >> > >> I'm currently porting ecore_con to Windows. The only problem (at least
> >> > >> for compilation), is the AF_UNIX adress family for socket connection.
> >> > >> If I'm not mistaken, it is mainly used for IPC.
> >> > >>
> >> > >> My question is about how the unix part is working. Is it possible for
> >> > >> the server to work async when doing IPC (hence can it read and write
> >> > >> at the same time) ?
> >> > >>
> >> > >> Vincent
> >> > >>
> >> > > Hey,
> >> > >
> >> > > Sorry I missed you earlier on irc. All things in ecore_con (NOT
> >> > > ecore_con_url yet) are async afaik. We just add an fdh for them and
> >> > > they are managed.
> >> >
> >> > ok, thanks. But ecore_con_url should be async if c-ares is used, no ?
> >> >
> >> > Vincent
> >> correct. ecore_con_url without c-ares blocks, however.
> >
> > only on dns lookup. it's async after that. but thats still not good. :( need
> > curl with c-ares for this to work right.
> 
> We have a good news for this, libcurl since 7.21.4 does include a
> async resolve that could be turned on by --enable-threaded-resolver.
> Should be easier to get that in main distribution.

awesomeness! we should put this in ecore_con's readme... :) c-ares OR this
threaded resolver. :)

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to