Search found 21 matches: caching

Return to advanced search

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

... = 0 FileInfoCacheLifetime = 0 FileNotFoundCacheLifetime = 0 Zur Behebung des Problems ist ausreichend, wenn an den Arbeitsplatz-Rechnern die Caching-Einstellungen deaktiviert werden, die in Zusammenhang mit neueren SMB Versionen eingeführt wurden. SMB-Caching ausschalten [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters] ...
by Otto
Sun Jan 20, 2019 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4052

Re: OT: ADS & Win 10 April Update RESOLUTION

... Smb2 (0 to disable, 1 to enable) + reboot We also always disable file and directory caching ( oplocks ) to prevent cdx corruption at non-advantage sites, via the registry settings ( but this is an old non related issue) Hope this helps ...
by Enrico Maria Giordano
Thu May 24, 2018 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6147

Re: OT: ADS & Win 10 April Update RESOLUTION

... Smb2 (0 to disable, 1 to enable) + reboot We also always disable file and directory caching ( oplocks ) to prevent cdx corruption at non-advantage sites, via the registry settings ( but this is an old non related issue) Hope this helps ...
by Horizon
Wed May 23, 2018 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6147

Re: OT: ADS & Win 10 April Update RESOLUTION

... Smb2 (0 to disable, 1 to enable) + reboot We also always disable file and directory caching ( oplocks ) to prevent cdx corruption at non-advantage sites, via the registry settings ( but this is an old non related issue) Hope this helps ...
by peterk
Wed May 23, 2018 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6147

Re: ADO RDD xHarbour

... etc continue exactly the same//finish working get back to previous setADOWHERECLAUSE( SELECT(), cOldSql  )GO nRecno....  Caching the tables (recordsets): SET ADO PRE OPEN THRESHOLD TO 0 MASK {"MYTABLE","MYTABLE2"}  This enable to cache ...
by AHF
Wed Apr 12, 2017 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446340

Re: ADO RDD xHarbour

... on trials) 2) Improved connection parameters such as Port, SSl encryption, compression, win auth, various replication servers, charset, table caching (no time schedule yet we are still studying if it is better to defined all at the ODBC or OLEDB level)
by AHF
Fri Oct 16, 2015 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446340

Re: ADO RDD xHarbour

... schedule yet) 2) Improved connection parameters such as Port, SSl encryption, compression, win auth, various replication servers, charset, table caching (no time schedule yet) All trials have been made with ACCESS and MySql on production. Please let me know if you find problems with other engines. ...
by AHF
Thu Oct 08, 2015 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446340

Problemas de SMB / SMB Issues

... link related to the issue, in the xBase++ site: http://www.alaska-software.com/fixes/smb2/overview.shtm They have a solution to avoid the caching/locking problems related to SMB2 update. Hope it helps.
by Carlos Mora
Tue Feb 10, 2015 2:49 pm
 
Forum: Off Topic / Otros temas
Topic: Problemas de SMB / SMB Issues
Replies: 1
Views: 521

Re: Client Server options

... any records around, it is faster to retrieve as a rowset. However, a static cursor is not completely populated when it is created. A form of "caching" is used to add a certain number of rows at a time to the static cursor, so that control is returned to client in a reasonable time. The ...
by reinaldocrespo
Mon May 28, 2012 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25018

Re: Client Server options

... refresh all the data many times for every event, it retrieve the same data showed in the page for every move event, maybe we can improve it adding caching capabilities sorry for may good english Regards Marcelo
by Marcelo Via Giglio
Thu May 24, 2012 3:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25018

Re: ADS Versions

... Clients Rights checking must be disabled on 5.7 and older clients when using an Advantage version 10 server. Version 10 uses a combination of data caching and temporary file handle pooling, and these technologies are not compatible with 5.7 and older clients as they attempt to verify the existence ...
by reinaldocrespo
Wed May 23, 2012 12:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Versions
Replies: 13
Views: 3716

Re: Action execute when at bottom of xbrowse

... I had not noticed that the 'oRs:CursorLocation := 3 // local cache'-line in your example was for caching. I don't know that there is also a cache-option in the library I'm using. I will verify that. Regards, Marc
by Marc Vanzegbroeck
Tue Feb 21, 2012 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Action execute when at bottom of xbrowse
Replies: 7
Views: 1699

Re: ADS 10 with tremendous performance increase

... But I don't know the reasons in details, particularly not the dependencies with xBrowse. Might be a combination of: - Improved AdsKeyCount() - Caching - AdsRightCheck - etc. You can also try to contact Joachim Dürr via one of the newsgroups, he's the german ADS specialist. Unluckily he uses ...
by frose
Sun Nov 07, 2010 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS 10 with tremendous performance increase
Replies: 2
Views: 685

Re: How to monitor a network directory?

... ECR being busy with higher priority tasks. 2. Some networking problem that is making the connection to the ECR slow 3. Some form of buffering / caching that affects the ECR but not the IPAQs 4. Is the code operating in the same way on the ECR and the IPAQs I'm not sure why a 4 second delay is ...
by xProgrammer
Sat Jun 27, 2009 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to monitor a network directory?
Replies: 17
Views: 4055

I'm using RMDBCDX wich works ok except in what concernes networking with the use of ordkeyno or ordkeycount. It seems that this RDD has no caching as Clipper did thus the applications using these functions extensively within a network will see a speed degradation to a point were you can't work ...
by AHF
Thu Jan 10, 2008 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcbrowse 2 colour one for each line
Replies: 52
Views: 7813
Next

Return to advanced search