On Fri, 7 Mar 2008 15:30:07 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> babbled:

> As I previously discussed, I did have some issue with evas_render not
> being called when my computer receive data too fast. The problem was
> the handling of the download prevented ecore to go into idle and call
> evas_render.
> 
> To fix this, this patch change the way the fd handler is used. When
> some curl data are received, I stop all curl fd handler and setup an
> idle handler. This force ecore to go in idle mode and call evas_render
> before reading pending data.
> 
> As ecore_file_download suffer the same problem and did want to
> maintain two different user of curl library. I added a new interface
> to ecore_con_url so that if it can directly write some data to any fd
> and used this to reimplement ecore_file_download. This change should
> not have a big impact on file download speed but the interface should
> stay responsive what ever your computer and your download speed is !

in cvs :)


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to