Re: [Harbour] MT "stress" test success

2008-09-21 Thread Lorenzo Fiorini
On Sun, Sep 21, 2008 at 11:35 PM, Przemyslaw Czerpak <[EMAIL PROTECTED]> wrote: > Please remember that Harbour supports > > THREAD STATIC [ := ] > > which are local to thread - each thread uses it's own copy > of such static variable initialized to . > In many cases it's enough to use them ins

Re: [Harbour] MT "stress" test success

2008-09-21 Thread Przemyslaw Czerpak
On Sun, 21 Sep 2008, Lorenzo Fiorini wrote: Hi Lorenzo, > However I've found that even a "small" change like that required a > major change in the code. Not in the function itself but in all that > functions that are called in the middle. > Things like data driven app and "static file wide vars +

RE: [Harbour] MT "stress" test success

2008-09-21 Thread Massimo Belgrano
Interesting Can you post same source like a template demo? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lorenzo Fiorini Sent: Sunday, September 21, 2008 5:07 PM To: Harbour Project Main Developer List. Subject: [Harbour] MT "stress" test success I hav