Displaying 3 results from an estimated 3 matches for "ofus".
Did you mean:
opus
2003 Mar 15
1
file corruption problem - smb log informationwritten to files on shares
...ed to give some of our users MS Office instead of OO (compatibility
issues they claimed). The first file that we noticed with the problem was a
Ms Word file We did some reading and figured it was probably something to do
with op locks. So we turned off all op locking (although this made
downloading ofuser profiles lot slower slow but..)
Unfortunately the problem keeps croping up sporadically and zapping theusers
data. Yesterday, the librarian lost he NTUSER.DAT and thus could not log in
with roaming profile examination of the file showed corruption with smb logs
messed up the file We have been fo...
2004 Sep 16
0
[LLVMdev] To APR Or Not To APR. That is the question.
Reid,
Adding APR as one possible implementation of lib/System makes sense,
and is what I originally suggested when I brought up the question of
using APR. In particular, I agree that we want to keep APR or any
other similar layer encapsulated behind lib/System.
--Vikram
http://www.cs.uiuc.edu/~vadve
http://llvm.cs.uiuc.edu/
On Sep 13, 2004, at 10:34 AM, Reid Spencer wrote:
> John,
>
2004 Sep 13
7
[LLVMdev] To APR Or Not To APR. That is the question.
John,
If we were to do this, I don't think that adding it to the LLVM source
base is the right way to go. We would simply use "configure" to find the
library and header files. The moment we put APR into our source base, it
would be out of date. Keeping it up to date would not be fun for anyone
and there's no reason for us to do that. Furthermore, this approach
completely avoids