On Fri, 26 Sep 2008, Maurilio Longo wrote:

Hi Maurilio,

> this sample puts both cpus at 100%
> function main()
>    hb_threadStart( @t() )
>    while .t.
>    enddo
> return
> function t()
>     while .t.
>     enddo
> return
> but if in main thread I call Inkey(100) CPUs start spiking again...

For me it looks like normal CPU balancing done by OS.
It's out of Harbour application controll. Sometimes it
can be controlled by OS settings.

> PS. BTW, If I press Alt-C process does not stop, probably only single thread
> gets stopped. See here, I had to press Alt-C two times.
> (E:\repository\harbour-svn\tests\mt)mau
> Cancelled at: T (9) in mau.prg
> Cancelled at: INKEY (0)
> MAIN (5) in mau.prg
> (E:\repository\harbour-svn\tests\mt)

Yes ALT-C stops only the thread which received such key.
If this is the main thread then QUIT request is send to all other
threads. Otherwise only one thread is terminated.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to