search for: 9and

Displaying 7 results from an estimated 7 matches for "9and".

Did you mean: 9a0d
2003 Oct 07
3
FW: Optimising code
...... > > (and takes about 3 hours). I've replaced the inner loop I > had originally with a function call via mapply, and also > considered different approximations of the wilcoxon, rather > than that which is implemented in wilcox.test, but that makes > little difference 9and if anything slows things down :-). > > Are you using wilcox.test(), or a self written function? > I started off with wilcox.test, and tried to speed it up by hacking out as much from the original function as possible, since a fair proportion of the code being executed was logic deciding...
2003 Oct 07
1
Optimising code
...s of about a quarter of a million pairs (and takes about 3 hours). I've replaced the inner loop I had originally with a function call via mapply, and also considered different approximations of the wilcoxon, rather than that which is implemented in wilcox.test, but that makes little difference 9and if anything slows things down :-). Cheers, Crispin -------------------------------------------------------- This email is confidential and intended solely for the use o...{{dropped}}
2007 Apr 19
14
Permanently removing vdevs from a pool
Is it possible to gracefully and permanently remove a vdev from a pool without data loss? The type of pool in question here is a simple pool without redundancies (i.e. JBOD). The documentation mentions for instance offlining, but without going into the end results of doing that. The thing I''m looking for is an option to evacuate, for the lack of a better word, the data from a specific
2014 Nov 10
3
backup incrementals on mysql
Hi all. I usally make backups of databases mysql. I make buckups of all datbase for example: mysqldump -u user -ppassword name_db > backups.sql also I make backups just its schema for example mysqldump -u user -ppassword name_db --no-data > backups.sql but now I need a backups incrementals, because the size of DB is very big (500 mb) How to make this? regards -- *Atte.
2004 Dec 28
0
Re: smbd blocking in receive_smb (how to trigger procedure - LONG)
...t; dead time = 10 > > keepalive = 3600 > > to the conf file, which should clean up broken > > clients after 10 minutes of apparent death. > > > > If ten minutes is too long 9and it may well be), > > change just keepalive to 30 (seconds). This will > > cause samba to notice if a client goes silent for 30 > > seconds and send them an "are you alive" query. If > > they aren't alive sam...
2009 Nov 12
20
VIRQ_CON_RING
Is there any real user for this vIRQ? I''m asking because, while debugging a problem that required to add some printk()s that could temporarily issue at a high rate, I ran into the situation that this extra output prevented guest/dom0 boot from making any progress. As I then realized this was due to the tasklet_schedule() called from inside the console handling code, which resulted in
2009 Nov 12
20
VIRQ_CON_RING
Is there any real user for this vIRQ? I''m asking because, while debugging a problem that required to add some printk()s that could temporarily issue at a high rate, I ran into the situation that this extra output prevented guest/dom0 boot from making any progress. As I then realized this was due to the tasklet_schedule() called from inside the console handling code, which resulted in