On Sun, 3 Apr 2011 16:05:39 -0400 Mike Blumenkrantz <[email protected]> said:
> On Sun, 3 Apr 2011 22:01:42 +0200 (CEST) > Vincent Torri <[email protected]> wrote: > > > > > > > On Sun, 3 Apr 2011, Mike Blumenkrantz wrote: > > > > > On Sun, 3 Apr 2011 16:40:53 +0200 (CEST) > > > Vincent Torri <[email protected]> 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. -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
