Re: [Scache-users] Fw: path/filename length too long
Brought to you by:
hsn
|
From: Radim K. SF.N. <hs...@se...> - 2008-03-27 01:19:38
|
> I am using scache 0.90 on windows XP. > when I load very long URLs scache is generating directory oder files with very long names. > These names are so long that I cannot access or delete them for example using the explorer. > I have not found a limit for such filename lengths in the configuration. > Regards charly i got same report few years ago. it seems to be bug in microsoft windows, http://www.vistaheads.com/forums/microsoft-public-windows-vista-file-management/20451-file-name-size-limit.html currently, there are no settings for forcing smart cache to create shorter paths, but smart cache itself should be able to delete long file names during garbage collection when invoked with scache -gc switch i am using smartcache on windows xp too and it doesnt seems to have problems with file deletions during -gc. If you want to delete pretty much everything just configure reference_age 1s in gc.cnf and run GC. |