Search found 79 matches: speeds

Return to advanced search

Re: RAO advice on using Mysql

... our FWH Cloud server with 4.1 million records. Let us see the speed. This speed is by accessing the data from a Server in NewYork over Internet. Speeds on local area network will be even far better. #include "fivewin.ch"function Main()   local oCn, oRs, nSum, nSecs  ...
by nageswaragunupudi
Fri Feb 02, 2024 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 855

Re: Connection to XPlane Flight Simulator

... instructor can see what the student flying the simulator is doing, even over internet, whether he is performing maneuvers correctly, maintaining speeds, altitudes, etc. For example, take a look at this commercial application; something similar can be done in Fivewin using the connection posted. ...
by alvaro533
Thu Jun 08, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 974

Re: Advise in Server hardware

... for 5 users, both can 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

New FTDN December/Diciembre 2022 (FW 22.12)

... New functions in olefuncs.prg: - WinHttpObj( [[@]cCls] ) --> oHttp - FileSysObj() --> oFileSystem * FWMariaRowSet: - improvement in sorting speeds of char fields. * New function FW_SaveThumbnail( cImage, cThumb, nWidth, [nHeight] ) --> lSuccess in source\function\imgtxtio.prg
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1131

Re: The more fancy Xbrowses the more slow they become ?

... := .f. I can not comment on hardware acceleration. In addition to what Mr, Jimmy said, other factors affecting XBrowse speed: Data access speeds is one main reason. If the total number of cells ( rows x columns ) visible are high, full refresh is slow, because XBrowse paints each cell, ...
by nageswaragunupudi
Fri Nov 04, 2022 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 436

Re: Harbour CGI

... to your PRGs. If you place them inside the modharbour.exe, then there is no need to read, compile, etc. The code is simply executed and this also speeds up the app very much. thats why after these years I have to admit the facts: mod_harbour cgi runs extremelly well :-)
by Antonio Linares
Sun Oct 02, 2022 8:21 am
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 5712

Re: Why am I having xbrowse too slow?

Zoom/Unzoom speeds of 100,000 records DBF.

Image
by nageswaragunupudi
Sat Apr 09, 2022 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why am I having xbrowse too slow?
Replies: 11
Views: 623

Re: Why am I having xbrowse too slow?

... through TDataBase. Still it will not be VERY SLOW. Only a little slower. To reduce the speed differences, you may use oDbf:lBuffer := .f.  Normal speeds of scrolling DBF data with 100,000 records with XBrowse: Single line scrolling, Page scrolling and Scrollbar scrolling: https://imagizer.imageshack.com/img922/2415/EBm79N.gif ...
by nageswaragunupudi
Sat Apr 09, 2022 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why am I having xbrowse too slow?
Replies: 11
Views: 623

Re: Advantage Database Server

... You can do much with smaller amounts of data for each transaction, but I cannot. You esist in Europe with excellent internet connectivity and speeds. Many of my clients can't get that quality at any price, so they need a local server based system. Competitors exist, and they may do a lot of ...
by TimStone
Thu Jan 13, 2022 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3401

Re: Advantage Database Server

... I've said before, Remote Desktop is not an option, nor is mod_harbour. One of my clients just had his internet upgraded, and he now has download speeds of 35 mbps. That is not practical when using 5 workstations with a complex data entry program that handles perhaps thousands of fields of data ...
by TimStone
Thu Jan 13, 2022 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3401

Re: Advantage Database Server

... power for complex queries. Calculations are done on the server and only summary comes to server reducing network traffic and also highly improves speeds. Free from the limitations of DBFCDX, importantly size. Better performance with more concurrent users and larger tables. CONS: Cost Porting problems ...
by Otto
Thu Jan 13, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3401

Re: Speedtest DBF vs. LetoDB and mySQL

... something else is hogging my local drive. It took 0.78 seconds to run from OneDrive. All of them seem fast. When I get time, I might look at SQL speeds.
by James Bott
Mon Oct 18, 2021 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1758

Re: check existing first and last on customer

... is a lot of wasted disk space, and slows down the program. Plus the index would be huge. A 4-8 character primary-key uses much less disk space and speeds up disk reads and writes and thus the program is faster for the user. James
by James Bott
Mon Jun 14, 2021 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2493

Re: Installation of mod_harbour as module or fastcgi handler

... limitation than on each request libharbour.dll gets copied to a temporary folder test.prg is the mod_harbour samples folder. The use of HRB files speeds up very much those times
by Antonio Linares
Fri May 21, 2021 4:59 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2839

Re: EasyReport progress?

... the original committment completed. Many of us still serve clients for whom web based is not a good option due to poor service connections or low speeds. It has been many years since this project was promised, and it hasn't happened. I would certainly like to see it become a priority once again. ...
by TimStone
Mon Mar 29, 2021 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8442
Next

Return to advanced search