Re: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Massimo Belgrano
ipt that promise to be used for made a web application http://www.hmgforum.com/viewforum.php?f=17 2009/11/4 Horodyski Marek (PZUZ) : >>-Original Message- >>From: Massimo Belgrano [mailto:mbelgr...@deltain.it] >>Sent: Wednesday, November 04, 2009 4:01 PM >>To: Harbour Proj

Re: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Viktor Szakáts
From my experience, GTWIN is working in MT without problem. GTWVT / WVG for larger applications may hang the application (small examples GTWVG work flawlessly). Please don't mix GTWVT and GTWVG together, they are completely different GTs. I'd think GTWVT has no problem to handle MT. Just like

Re: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Viktor Szakáts
Please don't mix GTWVT and GTWVG together, they are completely different GTs. Misconception. This is partially true. GTWVG is superset of GTWVT with some GUI constructs only. If you do not call any GUI stuff, GTWVG is exactly like GTWVT. Both GTs can be used interchangebly untill you call GUI s

RE: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Viktor Szakáts [mailto:harbour...@syenar.hu] >Sent: Wednesday, November 04, 2009 4:40 PM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] Multithreading support in Harbour > >>> From my experience, GTWIN is wo

RE: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Massimo Belgrano [mailto:mbelgr...@deltain.it] >Sent: Wednesday, November 04, 2009 4:01 PM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] Multithreading support in Harbour > >try replicate your problem in large progr

Re: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Pritpal Bedi
Hi Viktor Szakáts wrote: > >>> From my experience, GTWIN is working in MT without problem. >> GTWVT / WVG for larger applications may hang the application (small >> examples GTWVG work flawlessly). > > Please don't mix GTWVT and GTWVG together, they are > completely different GTs. > Misconce

Re: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Viktor Szakáts
From my experience, GTWIN is working in MT without problem. GTWVT / WVG for larger applications may hang the application (small examples GTWVG work flawlessly). Please don't mix GTWVT and GTWVG together, they are completely different GTs. I'd think GTWVT has no problem to handle MT. Just like

Re: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Massimo Belgrano
essage- >>From: Massimo Belgrano [mailto:mbelgr...@deltain.it] >>Sent: Wednesday, November 04, 2009 2:44 PM >>To: Harbour Project Main Developer List. >>Subject: Re: [Harbour] Multithreading support in Harbour >> >>I not have found any wvt,wvg problem in mt In my exp

RE: RE: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Przemysław Czerpak [mailto:dru...@acn.waw.pl] >Sent: Wednesday, November 04, 2009 2:45 PM >To: Harbour Project Main Developer List. >Subject: Re: RE: [Harbour] Multithreading support in Harbour > >On Wed, 04 Nov 2009, Horodyski Mare

Re: RE: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Przemysław Czerpak
On Wed, 04 Nov 2009, Horodyski Marek (PZUZ) wrote: > Application that is hung, began to change (only) in GT from GTWVG / WVT > to GTWIN. What confirms that it's a problem with your code and it's not Harbour problem. best regards, Przemek ___ Harbour mai

RE: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Massimo Belgrano [mailto:mbelgr...@deltain.it] >Sent: Wednesday, November 04, 2009 2:44 PM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] Multithreading support in Harbour > >I not have found any wvt,wvg problem in m

Re: RE: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Przemysław Czerpak
On Wed, 04 Nov 2009, Horodyski Marek (PZUZ) wrote: Hi, > >From my experience, GTWIN is working in MT without problem. > GTWVT / WVG for larger applications may hang the application (small > examples GTWVG work flawlessly). As I told you it's expected behavior and the problem is created by your

Re: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Massimo Belgrano
gt;Sent: Wednesday, November 04, 2009 12:29 PM >>To: Harbour Project Developers Mailing List >>Subject: [Harbour] Multithreading support in Harbour >> >>Dear friends, I'd like to know where to find informations >>about the current state of the Harbour support for >

Re: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Horodyski Marek (PZUZ)" A: "Harbour Project Main Developer List." Data invio: mercoledì 4 novembre 2009 13.56 Oggetto: RE: [Harbour] Multithreading support in Harbour From my experience, GTWIN is working in MT without problem. GT

RE: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Enrico Maria Giordano [mailto:e.m.giord...@emagsoftware.it] >Sent: Wednesday, November 04, 2009 12:29 PM >To: Harbour Project Developers Mailing List >Subject: [Harbour] Multithreading support in Harbour > >Dear friends, I'd

Re: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Przemysław Czerpak" A: "Harbour Project Main Developer List." Data invio: mercoledì 4 novembre 2009 13.08 Oggetto: Re: [Harbour] Multithreading support in Harbour Many thanks! EMG -- EMAG Software Homepage: http://www.emagsoft

Re: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Przemysław Czerpak
On Wed, 04 Nov 2009, Enrico Maria Giordano wrote: > Dear friends, I'd like to know where to find informations about the > current state of the Harbour support for multithreading and if it's > stable enough to be used in the applications. > Many thanks in advance. Look at: doc/xhb-diff.txt: "MUL

[Harbour] Multithreading support in Harbour

2009-11-04 Thread Enrico Maria Giordano
Dear friends, I'd like to know where to find informations about the current state of the Harbour support for multithreading and if it's stable enough to be used in the applications. Many thanks in advance. EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Pag