Re: [Harbour] hbvm to enable HB_TASK_THREAD

2009-07-16 Thread Francesco Saverio Giudice
Hi Viktor, ok I read (thank you for reposting in explicit way to Przemek), so I will do some tests and propose a solution. Best Regards, Francesco Il 16/07/2009 14.34, Viktor Szakáts ha scritto: Okay thank you, I understand now. For ST mode background tasks we should then resort to the HB_I

Re: [Harbour] hbvm to enable HB_TASK_THREAD

2009-07-16 Thread Viktor Szakáts
Okay thank you, I understand now. For ST mode background tasks we should then resort to the HB_IDLE*() API I guess (Note to Francesco). Brgds, Viktor On 2009.07.16., at 2:13, Przemyslaw Czerpak wrote: On Thu, 16 Jul 2009, Szak�ts Viktor wrote: Hi, Do you think it's possible to enable emula

Re: [Harbour] hbvm to enable HB_TASK_THREAD

2009-07-16 Thread Przemyslaw Czerpak
On Thu, 16 Jul 2009, Szak�ts Viktor wrote: Hi, > Do you think it's possible to enable emulated MT in ST > hbvm lib? With the cost of speed. Harbour tasks reduce HVM speed in comparable way to OS threads. It's caused by different HVM stack representation. In ST mode it's static variable and compi