Speed Issue

This forum is for eXpress++ general support.
Message
Author
User avatar
Auge_Ohr
Posts: 1407
Joined: Wed Feb 24, 2010 3:44 pm

Re: Speed Issue

#11 Post by Auge_Ohr »

Janko wrote:Alaska maybe have a solution for this problem (smb2, Vista / 7 workstations):
http://www.alaska-software.com/smb2
that File just have 3 Registry Entry set to 0

Code: Select all

  AAdd( aValue, {"FileInfoCacheLifetime",     0} )
  AAdd( aValue, {"FileNotFoundCacheLifetime", 0} )
  AAdd( aValue, {"DirectoryCacheLifetime",    0} )

  cPath := "CurrentControlSet\Services\Lanmanworkstation\PARAMETERS"
these Value have nothing to do with APPEND
greetings by OHR
Jimmy

Post Reply