search for: filenamelength

Displaying 5 results from an estimated 5 matches for "filenamelength".

2003 Jul 25
0
Sweave and Printing Lattice Figures From Loop
...' is correctly ordered # I hve nine known figures in my 'real' Sweave # file --- can on anything # probably NumberFigures+1 is good # The following is used to discove how many # pages were produced from the known number of # of figures NumberPages <- length(created) FileNameLength <- unlist(lapply(created,nchar)) # Use this to take advantage of that fact # that file names with the same number of # characters are pages to a given UniqueLength <- unique(FileNameLength) # unique length = base figure count PagesPerFigure <- unlist( lapply(...
2016 Jan 26
2
Notification of file modification in subdirectories not working
...r/test [2016/01/26 10:09:15.591083, 1, pid=12027, effective(1001, 1006), real(1001, 0)] ../librpc/ndr/ndr.c:402(ndr_print_debug) &m: struct FILE_NOTIFY_INFORMATION NextEntryOffset : 0x00000000 (0) Action : FILE_ACTION_MODIFIED (3) FileNameLength : 0x00000016 (22) FileName1 : 'subfile.txt' _pad : DATA_BLOB length=0 [2016/01/26 10:09:15.591154, 10, pid=12027, effective(1001, 1006), real(1001, 0)] ../source3/smbd/notify.c:194(notify_marshall_changes) Client only wanted...
2016 Jan 22
2
Notification of file modification in subdirectories not working
On Thu, Jan 21, 2016 at 04:57:34AM -0800, ivenhov wrote: > Hi > > Does anyone had similar issues in the past? > I still cannot find reason why notification of file modification of files in > subdirs is not visible on client machines Someone needs to send network traces and debug level 10 logs for this. And try to reproduce the same against a Windows server. Volker -- SerNet
2007 Aug 08
12
Some more win32-changenotify analysis
Hi all, I decided to check the responsiveness of the pure Ruby vs C extension versions of win32-changenotify. I setup this little file generator program: a = [] 10.times{ |n| a << Thread.new{ File.open("File_#{n}", ''w''){ |fh| fh.puts "test #{n}" } } } a.each{ |t| t.join } The pure Ruby version did not do so well. In some cases it
2017 Nov 09
10
Experiment on how to improve our temporary file handing.
Currently a power failure or other hard crash can cause lld leave a temporary file around. The same is true for other llvm tools. As an example, put a breakpoint in Writer.cpp:236 ("writeBuildId()") and restart the run a few times. You will get t.tmp43a735a t.tmp4deeabb t.tmp9bacdd3 t.tmpe4115c4 t.tmpeb01fff The same would happen if there was a fatal error between the