Search found 79 matches: speeds

Return to advanced search

Re: ADO & SQL INSERT Statement

... row insert statements) Informix does not support. We need to do single row inserts only. Parameterized queries as suggested above will improve the speeds.
by nageswaragunupudi
Thu Jul 31, 2014 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO & SQL INSERT Statement
Replies: 9
Views: 2219

Re: Call Center - Slow Application Launch

... the brows array. Not all the time. 2) Keep aside all windows and dialogs and folders. Just write small code to read the data and optimize on the speeds. After that you incorporate the windows / folders, etc.. Exactly read data 3) One hint: There will never be any major delays with FWH / (x) Harbour. ...
by metro
Mon Jun 23, 2014 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Call Center - Slow Application Launch
Replies: 17
Views: 4451

Re: Call Center - Slow Application Launch

... tables. You need to optimize this area. Keep aside all windows and dialogs and folders. Just write small code to read the data and optimize on the speeds. After that you incorporate the windows/folders, etc. One hint: There will never be any major delays with fwh/(x)Harbour. Any major delay is ...
by nageswaragunupudi
Sun Jun 22, 2014 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Call Center - Slow Application Launch
Replies: 17
Views: 4451

Re: Call Center - Slow Application Launch

... to start the initial main window. It is here the delay occurs and we need to optimize this part. This time mostly depends on the connection speeds, the amount of data we read. We should be *extremely* cautious when dealing with huge tables. When opening very large tables, never to open without ...
by nageswaragunupudi
Sat Jun 21, 2014 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Call Center - Slow Application Launch
Replies: 17
Views: 4451

Re: Network Issue

... searching on one field at a time or can you search on multiple fields at the same time? I'm going to try the Scope/Filter idea to see what kind of speeds I get. It would let me keep things the same for my current users, however I kinda like this browse search idea. Thanks for all the valuable input ...
by Jeff Barnes
Tue Jan 14, 2014 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 10939

Re: Setting a Standard

... and SetADO() methods, because in both cases the data resides in the memory. Because it is not possible for xbrowse to decide the data access speeds in case of DBFs the choice is left to the programmer who alone can decide the suitability on the basis of the size of the DBF, location of the ...
by nageswaragunupudi
Fri Jul 19, 2013 12:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setting a Standard
Replies: 6
Views: 1925

Re: Voices

... only use a oVoice object for all the app, intead of creating it and releasing it many times. I think it may work faster (I have not compared the speeds, its just my guess)
by Antonio Linares
Fri Jun 14, 2013 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voices
Replies: 17
Views: 3935

Re: beware with array

... was limited and computers were slower, we had to consciously keep the string usage and operations to the minimum to achieve faster execution speeds and also to conserve contiguous memory, though Clipper ( and now (x)Harbour ) does the house keeping of garbage collection frequently. With the ...
by nageswaragunupudi
Fri Feb 22, 2013 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: beware with array
Replies: 5
Views: 997

Re: FW_DbfToArray() and meter

... see if XBrowse is a lot slower than WBrowse of the same dbf. If the difference is very significant, I can suggest a few ways to improve xbrowse speeds. We can bring the speeds closer to wbrowse but not better.
by nageswaragunupudi
Sat May 26, 2012 2:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DbfToArray() and meter
Replies: 4
Views: 1147

Re: Client Server options

... connection, same tables, same records. The only thing that's different is the fw component vs a Delphi grid component. We need to compare browsing speeds using the same components over the same connections to the same server where the only variable changing is the SQL engine itself. Doing this ...
by reinaldocrespo
Wed May 23, 2012 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25119

Re: Client Server options

... 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
Wed May 23, 2012 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25119

Re: Nesting in ADS 10.1

Hi Carlos,

yes, I don't write in sample, sorry.

Did you ever try to compare speeds ads using sql with normal way?

thanks

regards,

kok
by kok joek hoa
Sun Feb 19, 2012 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nesting in ADS 10.1
Replies: 5
Views: 1070

Re: which is the fastest way to load contets of a DBF into an Ar

... because most of the time is spent reading the disk which is hardware dependent. As I mentioned earlier, most of the times it is the data access speeds that decide the total time taken. Optimizing the code execution speeds does not yield perceptible time savings. In any case for this kind of ...
by nageswaragunupudi
Wed Jun 22, 2011 3:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: which is the fastest way to load contets of a DBF into an Ar
Replies: 12
Views: 3552

Re: which is the fastest way to load contets of a DBF into an Ar

The above code works quite fine on small and medium databases. More time is spent on data access than on code execution. Data access speeds can vary for the same code at different times depending on various factors, including whether some parts of the data requested are already in the cached ...
by nageswaragunupudi
Tue Jun 21, 2011 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: which is the fastest way to load contets of a DBF into an Ar
Replies: 12
Views: 3552

Re: Why Some Browses with ADS are slow?

... itself. FWH endeavors to provide what many programmers want. May be this will be provided sooner or later. Before that we need to achieve best speeds with ADS. I have later improved the above sample further to almost avoid calling OrdKeyNo(). In such a case it should not matter if it is ADS ...
by nageswaragunupudi
Thu Apr 14, 2011 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why Some Browses with ADS are slow?
Replies: 22
Views: 10185
PreviousNext

Return to advanced search