On Sat, 08 Nov 2008, David Arturo Macias Corona wrote: Hi David,
> OpenWatcom in Windows does not fail with multithread I've also teststed 1.7a in Linux and WINE and it works correctly. The native Linux build does not work due to missing functions and some typos in header files. In spare time I'll try to collect my local OW patches and send them to OW devel list. > hbrun_st.exe speedtst.prg > -------------------------- > [ total application time: ]....................................67.08 > [ total real time: ]...........................................67.34 > > hbrun_mt.exe speedtst.prg --exclude=mem --scale --thread=2 > -------------------------- > [ total application time: ]...................................104.42 > [ total real time: ]..........................................107.14 Try to rebuild Harbour with HB_FM_DL_ALLOC and USE_DL_PREFIX macros, f.e.: set C_USR=-DHB_FM_DL_ALLOC -DUSE_DL_PREFIX and recompile Harbour. Then compare speed results for both modes. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
