In harbour minigui there is some solution
. MINISCRIPT PROJECT GOALS
The main project goal is to write a Harbour MiniGUI to JavaScript/HTML
translator.The translator must generate pages containing
HTML+JavaScript code with equivalent functionality to the original
(source) HMG program.
Because JavaScript and web browsers limitations, the translator will
support only a SMALL SUBSET of current Harbour+MiniGUI features.
Data will be accessed via XmlHttpRequest object (client side).
Server side code (returning the data to XmlHttpRequest object) will be
implemented via GENERIC routines (reusable for all programs) written
in PHP.
The backend database will be MySql.
 Harbour To Java, then compile Java with the Google Web Toolkit (GWT).

http://www.hmgforum.com/viewtopic.php?f=5&t=38
http://www.hmgforum.com/viewforum.php?f=17


2009/5/28 Horodyski Marek (PZUZ) <m.horody...@pzuzycie.com.pl>:
>>-----Original Message-----
>>From: Massimo Belgrano [mailto:mbelgr...@deltain.it]
>>Sent: Wednesday, May 27, 2009 9:57 PM
>>To: Harbour Project Main Developer List.
>>Subject: [Harbour] How Benchmark a rdd for shared access?
>>
>>The idea is Benchmark the performance of a generic a rdd (with
>>or without index support) Counting how many record for secs
>>have processed for append,skip,index,seek,set filter How
>>possible Measure in Kbps read and write?
>>Is possible measure concurrent access  for skip test using
>>MultiThread is right approach?
>>Please share here any opinion
>>follow is a basic sample for explain idea
>
> Massimo, DBFRDD is fastest off all. Really. In particular DBFNTX.
> But today we mus fast parse text, link text to html page, have acces to
> different dbms, fast execution pcode.
>
> Regards,
> Marek Horodyski
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to