Search found 24 matches: multithreads

Return to advanced search

Data exchange between PC and Android device on the same loca

... the server-side PRG-CGI module to generate anything from the front-end (HTML), the Client will take care of that. 2.- I do not require SSL or MultiThreads since it is a TRIVIAL local website between a PC and one or two Android Devices. 3.- The Client and the server should be able to communicate ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 797

Intercambio de datos entre PC y dispositivo Android en la m

... No requiero que el modulo PRG-CGI del lado servidor genere nada del front-End (HTML), de eso se encargará el Cliente. 2.- No requiero SSL ni MultiThreads ya que es una web local TRIVIAL entre una PC y uno o dos Dispositivos Android. 3.- El Cliente y el servidor deberan poder comunicarse vía ...
by Arturo Lopesoria
Tue Feb 20, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambio de datos entre PC y dispositivo Android en la m
Replies: 2
Views: 212

Re: Uma experiencia positiva com Multi-Thread

Sgs, Estou tentando usar Multithreads, mas não consigo resolver o seguinte problema: - Enquanto o sistema está "Rodando", tudo vai bem - As chamadas as threads funcionam e o sistema faz exatamente o que era esperado. - O problema ...
by vilian
Wed Sep 04, 2013 8:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uma experiencia positiva com Multi-Thread
Replies: 7
Views: 2172

Re: Refresch screen via network

... with Frances, it would be much better if you could spawn a new thread only to wait for notifications. xHarbour does not seem to work well with multithreads. However, here is outline of how to listen for notifications from the server without a timer using xharbour background tasks. The code ...
by reinaldocrespo
Mon Jan 16, 2012 11:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresch screen via network
Replies: 14
Views: 3398

Re: Multithreads with FWH

Sambomb,

What libraries for MT are you using?

I'm using BCC582 and xHarbour 1.21.6714 for these:
rtlMT.lib
vmMT.lib
rddMT.lib
cw32MT.lib


It seems that StartThread is not executing...


what you have there?


Regards,
Frances
by fraxzi
Wed Jul 07, 2010 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12127

Re: Multithreads with FWH

I Need to do this, but the StartThread and WaitThread is not recognized procedure RodaTabelas()Local i := 0, aDbfs := {}, cTime := Time()   aAdd(aDbfs,"ESTOQUE")   aAdd(aDbfs,"CAIXA")   aAdd(aDbfs,"P...
by sambomb
Tue Jul 06, 2010 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12127

Re: Multithreads with FWH

Dear All,

The problem now is the "2nd" thread..


:?:


Frances
by fraxzi
Tue Jul 06, 2010 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12127

Re: Multithreads with FWH

Dear Mr. Reinaldo, I GOT IT! :lol: the return of sp_WaitForAnyEvent() in SQLALIAS are SQLALIAS->eventname and SQLALIAS->eventcount.. now if SQLALIAS->eventcount > 0 then call my UDF.. you made me think hard for this huh... hehehe Thanks for the help and idea. Best Regards, Frances
by fraxzi
Tue Jul 06, 2010 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12127

Re: Multithreads with FWH

Frances; Hi. Threads is the natural way to consume a server message. The information about threading with xharbour is somewhat shady or at least confusing to me. Fortunately I "discovered" a way to listen to ADS server messages w/out spawning a new thread. Although it works for me (at lea...
by fraxzi
Tue Jul 06, 2010 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12127

Re: Multithreads with FWH

I have about 50 DBF's, and I delete and create again the index for each DBF at the first run of the day. Will multi-thread increase the speed? Since the threads don't call any visual component it'll no cause any trouble with fivewin right?
by sambomb
Tue Jun 22, 2010 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12127

Re: Multithreads with FWH

Frances; Hi. Threads is the natural way to consume a server message. The information about threading with xharbour is somewhat shady or at least confusing to me. Fortunately I "discovered" a way to listen to ADS server messages w/out spawning a new thread. Although it works for me (at leas...
by reinaldocrespo
Tue Jun 22, 2010 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12127

Re:

... the rest of the app goes on processing keystokes or whatever else. Would you or someone else mind helping a bit more on how to use the C calls for multithreads from a fw app? I'd certainly like to test event notifications with ADS. Thank you, Reinaldo. Dear Reinaldo, I dug this old topic because ...
by fraxzi
Tue Jun 22, 2010 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12127

Soporte Multithread en xHarbour

¿Alguien ha probado el soporte multithread en Xharbour?. ¿Es robusto y estable?.
Estoy pensando en migrar un proyecto con sockets de FWH a sockets de xHarbour con multithreads pero quisiera estar seguro de no encontrar problemas antes de iniciarlo.

Agradezco opiniones.
by Salvador
Wed Feb 10, 2010 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte Multithread en xHarbour
Replies: 14
Views: 2783

Re: Multithreads with FWH

Angelo,

If you review all the work done lately on Harbour, you will be greatly surprised :-)

Both compilers are very powefull, thats why we want to support and keep compatibility for both of them.
by Antonio Linares
Mon Feb 16, 2009 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12127

Re: Multithreads with FWH

Antonio, In that case, I will put on hold any code I need that requires multi-threading and change my design to accommodate new approaches to overcome this limitation. Hopefully you will not leave it too long to implement multi-threading in both Harbour and xHarbour. That capability makes the code m...
by angelo.c
Mon Feb 16, 2009 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12127
Next

Return to advanced search