On Fri, 6 Nov 2015 08:18:43 +0100 Nicolas Aguirre <[email protected]> said:
> 2015-11-06 5:39 GMT+01:00 조재현 <[email protected]>: > > > > I just wanted to know is there anyone knows about this issue or has some > > information about this issue. > > > > It may help me and save the time :) > > > > I thought that asking and sharing information are not that bad. > > > > Anyway thank you for answering. I will ask if I get blocked. > > > > > > > > Hi, > > I got the problem. It's located in the code of ecore_audio_coreaudio. > each time you type a key a sound is played with ecore_audio and it > blocks the main ecore thread. i already guessed that :) > One (fast) solution is to disable audio from configure option. For a > long term fix we need to dig into ecore_audio_coreaudio code and find > where it blocks. exactly. *THIS* needs doing. why does coreaudio block like this? is there another way? move it to a thread then it wont block mainloop (and msg from mainloop to control)? > best regards, > Nicolas > > > > Best Regards, > > > > Jaehyun Cho. > > > > -----Original Message----- > > From: "Carsten Haitzler"<[email protected]> > > To: "Enlightenment developer > > list"<[email protected]>; Cc: "조재 > > 현"<[email protected]>; Sent: 2015-11-06 (금) 11:49:29 > > Subject: Re: [E-devel] Slow Entry response time on OSX(MacOS) > > > > On Fri, 6 Nov 2015 11:37:19 +0900 (KST) 조재현 > > <[email protected]> said: > > > > > > > > Dear all, > > > > > > > > > > > > Hello. This is Jaehyun Cho. > > > > > > > > > > > > I am testing EFL and Elementary on multi platforms (Windows and OSX). > > > > > > And I found that the entry response time on OSX(MacOS) is very slow. > > (When I > input string on entry by keyboard, the string appears very > > late.) > > > > > > > > > > Mr. Nicolas Aguirre informed me that > > > > > https://phab.enlightenment.org/rEFL62e29b39f4df40fd3c0a6b17f7a16f0f8fc1d0c9 > > > may cause this issue. > > > > Please let me know if you have any solution or tip for this issue. > > > > no solution. no tip. debug it. where is the time being spent? does something > > block? what blocks? > > > > can't help - i have no osx machines. never have had any. > > > > -- > > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > > The Rasterman (Carsten Haitzler) [email protected] > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > enlightenment-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > -- > Nicolas Aguirre > Mail: [email protected] > Web: http://www.calaos.fr > Blog: http://dev.enlightenment.fr/~captainigloo/ > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
