Search found 32 matches: threaded

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

... tree, right click on build_info, select properties and in C/C++ "code generation", "runtime library" select "Multi-threaded (/MT)" 8. On the project tree, right click on common, select properties and in C/C++ "code generation", "runtime library" ...
by Antonio Linares
Tue Dec 19, 2023 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6932

Re: Advise in Server hardware

... deliver impressive performance. If your primary concern is speed, a high-end i9 processor may offer slightly higher clock speeds and better single-threaded performance . I think in a small entrepreneur-led company, speed is the most important thing. Best regards, Otto
by Otto
Mon Apr 03, 2023 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1037

Re: no PHP on the APACHE web server

... mod_harbour and see how it behaves. This is an example: apache_folder_bin\ab.exe -n 100 -c 10 your_url_modharbour_webapp Regarding executing multi threaded Harbour code, mod_harbour uses a timeout for each thread so if it waits longer than expected, mod_harbour kills such thread
by Antonio Linares
Tue Aug 24, 2021 10:37 am
 
Forum: mod_harbour
Topic: no PHP on the APACHE web server
Replies: 6
Views: 707

Re: strategies

... use languages for the Web. They do not even dedicate themselves to desktop applications. They use bbdd NoSql that lack fully flexible and single-threaded structures and are very easy to scale, since they do not need powerful computers. You can work online or offline, once it connects automatically ...
by horacio
Wed Feb 20, 2019 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8023

Re: OT: ADS & Win 10 April Update RESOLUTION

... that opened a listening socket 10 secs after the app started. This blocking listening socket was not responding and because the app is single threaded it hung the whole app making it freeze We copied the exe to local C drive and ran it from there and the problem went away. This happened because ...
by peterk
Fri May 25, 2018 1:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6109

Re: multi-threaded under xHarbour

I create a thread th:=Startthread() and open DIALOG . After doing the main thread I close my thead StopThread(th) or KillThread(th). But apparently the DIALOG in the thread is not closed and when you try to create a thread I get the error WINDOWS
by Natter
Sun Feb 28, 2016 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: multi-threaded under xHarbour
Replies: 9
Views: 1573

Re: multi-threaded under xHarbour

Please try adding

Code: Select all  Expand view
SETMODE( 25, 80 )


at the start of your sample.

EMG
by Enrico Maria Giordano
Fri Feb 26, 2016 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: multi-threaded under xHarbour
Replies: 9
Views: 1573

Re: multi-threaded under xHarbour

Hm.. similarly, but does not work. I will think

Enrico, thank for your help !
by Natter
Fri Feb 26, 2016 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: multi-threaded under xHarbour
Replies: 9
Views: 1573

Re: multi-threaded under xHarbour

Some details:

- I'm using latest xHarbour from SVN and BCC 7.10
- I had to link cw32mt.lib and vmmt.lib

EMG
by Enrico Maria Giordano
Fri Feb 26, 2016 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: multi-threaded under xHarbour
Replies: 9
Views: 1573

Re: multi-threaded under xHarbour

Just tried: works fine here.

EMG
by Enrico Maria Giordano
Fri Feb 26, 2016 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: multi-threaded under xHarbour
Replies: 9
Views: 1573

Re: multi-threaded under xHarbour

I don't get errors, just nothing happens. I tried to run the examples with StartThread(), but instead of thread handle this function returns empty. for example: PROCEDURE Main LOCAL pThread CLS USE Customer pThread := StartThread( "ShowTime", 0, MaxCol()-7 ) Browse() StopThread( pThread ) ...
by Natter
Thu Feb 25, 2016 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: multi-threaded under xHarbour
Replies: 9
Views: 1573

Re: multi-threaded under xHarbour

Do you get any error messages?

EMG
by Enrico Maria Giordano
Thu Feb 25, 2016 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: multi-threaded under xHarbour
Replies: 9
Views: 1573

Re: multi-threaded under xHarbour

Want to learn how you can create a new thread (with the function StartThread() failed)
by Natter
Thu Feb 25, 2016 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: multi-threaded under xHarbour
Replies: 9
Views: 1573

Re: multi-threaded under xHarbour

xHarbour seems to support multithread. What do you want to know exactly?

EMG
by Enrico Maria Giordano
Thu Feb 25, 2016 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: multi-threaded under xHarbour
Replies: 9
Views: 1573

multi-threaded under xHarbour

Work under xHarbour functions are multi-threaded such as StartThread() / StopThread() ?
by Natter
Thu Feb 25, 2016 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: multi-threaded under xHarbour
Replies: 9
Views: 1573
Next

Return to advanced search