Search found 88 matches: sec

Return to advanced search

Re: slowness

Marco, this sample for me only works if I do not use index. speed is within 5 sec. Best regards, Otto #include "fivewin.ch"#include "Dbinfo.ch"REQUEST DBFCDXREQUEST DBFFPTFUNCTION MAIN()    LOCAL nSec    RDDSETDEFAULT( ...
by Otto
Tue Sep 17, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 75
Views: 3130

Speed test - FWH-PowerShell 2 sec vs 20 sec.

Speed test - FIVEWIN - PowerShell vs. 2 sec vs 20 sec.

PowerShell - FIVEWIN is really fast.

Image

Image
by Otto
Tue Jun 11, 2024 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speed test - FWH-PowerShell 2 sec vs 20 sec.
Replies: 0
Views: 514

Re: Fulltext-Search

Hello friends, I conducted further tests. For reference, I used TC. Here are the values for the same search. TC 1.40 min findstr 40 sec = command prompt ps 15 sec Get-ChildItem -Path c:\www\htdocs -Recurse -Filter *.prg | Select-String -Pattern "AP_GetPairs()" | ForEach-Object ...
by Otto
Sun Mar 17, 2024 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1874

Ayuda con este reto

... de explicarme: Tengo una tabla con los siguientes registros https://i.ibb.co/DbrD5CK/Clip1.jpg Esta ordenada por la columna SEC Ahora necesito mover los registros de abajo hacia arriba, el registro con la secuencia 23 debe subir a quedar en el lugar del registro de la sec ...
by Armando
Wed Sep 27, 2023 4:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con este reto
Replies: 3
Views: 349

Re: Announcing DrXlsx 1.0 by Charles Kwon

... Chalres KWON hi, i have try to make some Sample to "test" Speed using a 32 Bit Apps ADO Records = 59780 Time = 41.74 1432.23 Rec/Sec XLSwriter Records = 59780 Time = 8.20+ 7285.80 Rec/Sec so XLSwriter is 500 % faster :!: --- now use XLSwriter with > 350000 Record using 32 Bit ...
by CharlesKwon
Sun Aug 27, 2023 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 34
Views: 9195

Re: Announcing DrXlsx 1.0 by Charles Kwon

hi, i have try to make some Sample to "test" Speed using a 32 Bit Apps ADO Records = 59780 Time = 41.74 1432.23 Rec/Sec XLSwriter Records = 59780 Time = 8.20+ 7285.80 Rec/Sec so XLSwriter is 500 % faster :!: --- now use XLSwriter with > 350000 Record using 32 Bit App ... ...
by Jimmy
Sun Aug 27, 2023 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 34
Views: 9195

Re: DBF to Excel Sheet, without Excel, using ADO ?

... MB ) with 26 FIELDs into Excel *.XLSB under 32 Bit OS cIn = "records in dbf: 351287" cIn = "imported recs: 351287" cIn = "Sec 00:07:17" cIn = "Rec/Sec 803.08" *.XLSB are only 20 MB :!: while *.XLSX are 53 MB
by Jimmy
Thu Aug 10, 2023 5:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 5249

Re: Maybe we need a parameter for sessionstart()

Otto

The third parameter is the duration of the cookie. By default, it is set to 3600 sec. If you specify 0 it doesn't expire or at least it was the purpose.

I think I remember that if you didn't put the "expires=" clause in the cookie function, it didn't expire



C.
by Carles
Sat Apr 15, 2023 6:21 pm
 
Forum: mod_harbour
Topic: Maybe we need a parameter for sessionstart()
Replies: 2
Views: 1033

Re: resolution of a JPG

Hello Marc, now I remember. I wanted to program a working time recording. A display shows a clock with a QR code that changes every 10 sec. When an employee scans the QR code and follows the link, the photo is sent to the server and the metadata is read out. If the picture is older than e.g. ...
by Otto
Sat Dec 03, 2022 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resolution of a JPG
Replies: 9
Views: 839

Re: Splash Screen for Startup

hi, If bAction is finished in less than nSeconds, the program waits till nSecond are completed. If bAction takes longer time than nSeconds, the dialog is closed soon after execution of bAction is finished. that is what i say as i can be 1 Sec. ...
by Jimmy
Tue Oct 25, 2022 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 1406

Re: "Text" Date/Time to "Number" ?

Thanks Rao. The secs() function in harbour actually gets mapped to hb_sec() in dateshb.c, which took me a few minutes to find. But I see a bunch of potentially useful functions there now that I'm going to test to see if I can get rid of the code I'm currently using and revert to native harbour.

Robb
by rhlawek
Tue Aug 16, 2022 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Text" Date/Time to "Number" ?
Replies: 8
Views: 634

Re: Update xBrowse automatically

Dear Mr. Rao,
Thank you so much.
Do I create the timer in the function where xBrowse is local and destroy it after closing the function?
Would 1 sec. be ok?
Best regards,
Otto
by Otto
Thu Oct 21, 2021 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update xBrowse automatically
Replies: 8
Views: 1276

Re: Speedtest CLIPPER vs. xHarbour - COMMIT

... application. Of course if you need such information. Probably DOS emulation layer buffers few commit requests in some short time period, f.e. 1 sec. and then send them as one. But I only guess. Anyhow it's not Harbour problem. Harbour only sends commit request for open file handle to the OS ...
by Antonio Linares
Fri Apr 30, 2021 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest CLIPPER vs. xHarbour - COMMIT
Replies: 20
Views: 6327

Secure an AJAX request

Hello, This is how I secure an AJAX request. I am interested in your opinions. Instead of session or cookies, we write into the server's memory. --------------------------------------------------------------------------------------------------- ...
by Otto
Thu Nov 12, 2020 6:00 pm
 
Forum: mod_harbour
Topic: Secure an AJAX request
Replies: 2
Views: 612

too busy to response

... new file both work with "Output" to GET Object ... and no "sleep" without "OutPut" (VERBOSE=NO) it just take < 5 Sec HMG and FiveWin need Minutes with (not optimized) GUI "Output" which is "normal" neverless i like to ask is there a Way to "Speed" ...
by Jimmy
Sun Dec 22, 2019 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: too busy to response
Replies: 1
Views: 440
Next

Return to advanced search