Hey,

I want to simulate "ls |grep foo" with ecore_exe. So i create an 
Ecore_Exe *, named exe1, to execute "ls". In the DATA callback I create 
another Ecore_Exe *, named exe2, which executes "grep foo" and i call 
ecore_exe_send with exe2 and the data returned by "ls".

If I create exe2 with just the flag ECORE_EXE_PIPE_WRITE, it works (the 
DATA callback is sent again). If I create it with ECORE_EXE_PIPE_READ | 
ECORE_EXE_PIPE_WRITE, the DATA callback is not send.

Can someone explain this behavior ?

thank you

Vincent

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to