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 related to ecore - are executed between 2 main_loop functions.

I made a small sample program, (see attached) with :
- ecore main loop begin, ecor con url get, callback complete : ecore main loop quit
- other instructions (here, just 3 sleep of 10s each)
- ecore main loop begin, ecor con url get, callback complete : ecore main loop quit

The first call takes 1s max, the sleep 30s, the last call takes 30s too...

Am I missing something ?


I know we should use the main loop once, but that's impossible right now. That's why I need your help !

Thx

Attachment: ecore_sleep.tgz
Description: GNU Unix tar archive

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to