Re: [E-devel] Ecore : Strange delay with timers and main loop

2012-05-25 Thread The Rasterman
On Fri, 25 May 2012 17:19:43 +0900 Bluezery said: it isnt. i fixed it in svn already :) > Multiple init/shutdown may be not related to this issue. I removed > duplicated init/shutdown but problem still exist. > > When ecore_con_url init, one timer is created and freezed. > and this timer is tha

Re: [E-devel] Ecore : Strange delay with timers and main loop

2012-05-25 Thread Bluezery
Multiple init/shutdown may be not related to this issue. I removed duplicated init/shutdown but problem still exist. When ecore_con_url init, one timer is created and freezed. and this timer is thawed when ecore_con_url_get() is called. This timer is not called until exactly same seconds of sleep

Re: [E-devel] Ecore : Strange delay with timers and main loop

2012-05-25 Thread The Rasterman
On Thu, 24 May 2012 18:01:29 +0200 Pierre-Olivier Huguet said: is there any reason u cant just init ecore once for the process and shut it down once? not continually init/shut down both ecore and ecore-con etc. etc. remember all these efl init/shutdowns were designed for and tested for being done

[E-devel] Ecore : Strange delay with timers and main loop

2012-05-24 Thread Pierre-Olivier Huguet
Hello, I'm working on old programs that we can't migrate in *full EFL* right now. Causing sometimes stranges behaviours... In this case, I have several functions with ecore_main_loop_begin(), and a complete_cb with ecore_main_loop_quit(). The issue I'm facing happens when instructions - not rel