search for: ineffecient

Displaying 7 results from an estimated 7 matches for "ineffecient".

2003 Dec 29
1
Open Source W2k Policy Implementation (was Re: Windows2000 policies in a Samba PDC)
...y with .POL files). I'm currently trying to solve three problems in my Samba implementation. Two of these are irrelevant to this discussion, but I want to include them as I'm considering solving them with the same software: * Microsoft implemented roaming profiles suck and are incredibly ineffecient over slow links. I'm considering re-implementing them using a client-side process and librsync. * Patching systems is a pain, as well as installating software for users. This is generally part of SUS or could be part of GPO (maybe SUS creates GPOs to install the updates, I dunno). The proble...
2005 Jan 22
0
Samba 3.0.11pre2 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is a preview release of the Samba 3.0.11 code base and is provided for testing only. This release is *not* intended for production servers. However, there have been several bug fixes since 3.0.10 that we feel are important to make available to the Samba community for wider testing. Common bugs fixed in 3.0.11pre2 include: ~ o Ineffeciencies
2016 Jan 05
2
Re: API for retrieving resource metrics from VMs?
On 01/04/2016 11:59 AM, Vasiliy Tolstov wrote: > 2016-01-04 16:33 GMT+03:00 BYEONG-GI KIM <kimbyeonggi@gmail.com>: >> hank you for the reply! >> >> I used the term "disk usage" as what you mentioned first; the information >> which can be retrieved via 'df' command on linux system... >> >> I'll then have to consider different
2003 Dec 29
1
Open Source W2k Policy Implementation (was Re: Windows2000 policies in a Samba PDC)
...s in my Samba > > implementation. Two of these are irrelevant to this > discussion, but I > > want to include them as I'm considering solving them with the same > > software: > > > > * Microsoft implemented roaming profiles suck and are incredibly > > ineffecient over slow links. I'm considering re-implementing them > > using a client-side process and librsync. * Patching systems is a > > pain, as well as installating software for users. This is > generally > > part of SUS or could be part of GPO (maybe SUS creates GPOs >...
2017 Sep 01
3
side-effect of calling functions via `::`
Dear list I'm not sure whether this is a bug or an unavoidable consequence of the way packages are loaded, but there can be surprising side effects of calling a function via package::function. Here's an example using the formula.tools package: form <- a ~ b as.character(form) formula.tools::lhs(form) as.character(form) The first call to as.character returns: [1] "~"
2004 May 11
3
Poor performance with Mac OS X Panther clients
Here's my setup: - Single Mac OS X Panther client w/ latest patches. - Single Windows NT4 w/ latest SPs client. - Debian stable Samba server(2.2.3a-13) w/ custom 2.4.26 kernel. Oplocks enabled. - Cisco 2950 - All nodes 100Mb and everything on the same switch. - HP DL360 w/ 2.8GHz hyper-threaded processor and 1GB of memory. - HP
2014 Aug 14
6
Encoder example for 24-bit files
Hi, In the last days I've been taking as reference the example found in examples/c/encode/file/main.c. With it I've been able to encode a 2ch, 16 bps, 44100 sample rate input WAV file to a FLAC file. Now I've been trying to modify this example to encode a 2ch, 24 bps, 96000 sample rate WAV file. I have to say I'm a bit lost on how I should read the input file in this case, and