search for: startime

Displaying 11 results from an estimated 11 matches for "startime".

Did you mean: starttime
2023 Aug 18
1
Increase data length for SMB2 write and read requests for Windows 10 clients
On Fri, Aug 18, 2023 at 04:25:28PM +0000, Jones Syue ??? wrote: >Hello Ivan, > >'FastCopy' has an option to revise max I/O size and works for SMB :) >it is a tool for file transferring and could be installed to win10, >download here: https://fastcopy.jp/ > >This is an example for writing, a job would write a file named '1GB.img' >from a local disk
2023 Aug 21
2
Increase data length for SMB2 write and read requests for Windows 10 clients
...'1GB.img' from local disk 'H:' to remote SMB mount disk 'Z', and monitor them with procmon: 1. FastCopy (FastCopy.exe), 8MB (need to revise FastCopy default setup) Process Name Operation Path Detail System TCP Send 10.19.7.63:64845 -> 10.19.250.98:445 Length: 8388724, startime: 3459115, endtime: 3459149, seqnum: 0, connid: 0 System TCP Receive 10.19.7.63:64845 -> 10.19.250.98:445 Length: 84, seqnum: 0, connid: 0 FastCopy.exe WriteFile \\10.19.250.98\Public\1GB.img Offset: 92,274,688, Length: 8,388,608, Priority: Normal 2. File Explorer (explorer.exe), 1MB, drag-and-d...
2015 Mar 29
1
range query for terms
...I think I'm all messed up and failed. now I am trying to index docs in json format, and came to a question about prefix mapping: a json doc like: {"starttime":1111,"endtime":2222} considerring mapping prefix to slot number in two ways: 1.starttime-->0,endtime--->1 2.startime--->hash(starttime), endtime--->hash(endtime), while hash(key) is a random int, which may be very sparse but unique, for example, using BKDR hash. after simple test, both ways seemed to work well. can I use the second way(do not have to maintain a mapping), is there performance issues? At 2...
2008 Dec 11
1
Meetme realtime table structure
...`members` int(11) NOT NULL default '0', PRIMARY KEY (`bookId`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=145 ; Conference work fine but without possibility to manage OPTIONS. Neither adminOpts nor UserOpts does not work. All other fields such as PINs, conference nomber, startime etc works fine. I think that the problem is in the database table format. I try to look to the source in C but really not competitive in programming. I chahged field type to varchar(28) etc, I tried reccord values in 'value' and in "value" but there was not result. I did not also...
2023 Aug 21
1
Increase data length for SMB2 write and read requests for Windows 10 clients
...nt the larger application segments into smaller ones. Fastcopy is doing *something* weird :-). 1. FastCopy (FastCopy.exe), 8MB (need to revise FastCopy default setup) Process Name Operation Path Detail System TCP Send 10.19.7.63:64845 -> 10.19.250.98:445 Length: 8388724, startime: 3459115, endtime: 3459149, seqnum: 0, connid: 0 System TCP Receive 10.19.7.63:64845 -> 10.19.250.98:445 Length: 84, seqnum: 0, connid: 0 FastCopy.exe WriteFile \\10.19.250.98\Public\1GB.img Offset: 92,274,688, Length: 8,388,608, Priority: Normal I wonder if it has it's o...
2023 Aug 22
1
Increase data length for SMB2 write and read requests for Windows 10 clients
...nto smaller ones. > > Fastcopy is doing *something* weird :-). > > 1. FastCopy (FastCopy.exe), 8MB (need to revise FastCopy default setup) > Process Name??? Operation?????? Path??? Detail > System? TCP Send??????? 10.19.7.63:64845 -> 10.19.250.98:445??? Length: > 8388724, startime: 3459115, endtime: 3459149, seqnum: 0, connid: 0 > System? TCP Receive???? 10.19.7.63:64845 -> 10.19.250.98:445??? Length: > 84, seqnum: 0, connid: 0 > FastCopy.exe??? WriteFile?????? \\10.19.250.98\Public\1GB.img?? Offset: > 92,274,688, Length: 8,388,608, Priority: Normal > &g...
2002 Oct 21
1
Performance problem executing programs from shares
...ograms located on shares. Samba is a domain member using an NT4 PDC for authentication. The current samba version is 2.2.6 and the kernel is 2.4.19, but with 2.2.4 and 2.4.18 there was no difference. Campared with another samba server configured as PDC (without ldap) on a much smaller machine, startime of programs executed from shares is 3 to 4 times slower, normal copies are faster. I think I tried every parameter that could effect performance but had no success. Increasing debug level to 4 produced a windbind log file with the following lines: [2002/10/21 18:11:35, 3] nsswitch/winbindd_si...
2015 Apr 01
0
回复: range query for terms
...I am trying to index docs in json format, and came to a question >> about prefix mapping: >> a json doc like:??? {"starttime":1111,"endtime":2222} >> considerring mapping prefix to slot number in two ways: >> 1.starttime-->0,endtime--->1 >> 2.startime--->hash(starttime), endtime--->hash(endtime), while >> hash(key) is a random int, which may be very sparse but unique, for >> example, using BKDR hash. >> >> after simple test, both ways seemed to work well. can I use the second >> way(do not have to maintain a...
2023 Aug 22
1
Increase data length for SMB2 write and read requests for Windows 10 clients
...;> >>Fastcopy is doing *something* weird :-). >> >>1. FastCopy (FastCopy.exe), 8MB (need to revise FastCopy default setup) >>Process Name??? Operation?????? Path??? Detail >>System? TCP Send??????? 10.19.7.63:64845 -> 10.19.250.98:445??? >>Length: 8388724, startime: 3459115, endtime: 3459149, seqnum: 0, >>connid: 0 >>System? TCP Receive???? 10.19.7.63:64845 -> 10.19.250.98:445??? >>Length: 84, seqnum: 0, connid: 0 >>FastCopy.exe??? WriteFile?????? \\10.19.250.98\Public\1GB.img?? >>Offset: 92,274,688, Length: 8,388,608, Prio...
2023 Aug 21
1
Increase data length for SMB2 write and read requests for Windows 10 clients
On 8/21/23 11:53, Jones Syue ??? via samba wrote: >> OH - that's *really* interesting ! I wonder how it is >> changing the SMB3+ redirector to do this ? > > It looks like applications could do something and give a hint to SMB3+ > redirector, so far not quite sure how to make it, > per process monitor (procmon) could show that write I/O size seems > could be pass
2015 Mar 14
2
range query for terms
first, thank you,xapian! then I'd like to ask if it is possible to do a range query on terms(like the range query on values), or if it is just a wildcard(right truncation) match. the case is searching ip address bettween ?10.10.0.0? and ?10.10.255.255? the user want : 1. query "10.10.10.10" < ip < "10.10.10.12" gives "10.10.10.11" 2. query