search for: resus

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

Did you mean: rests
2006 Sep 25
2
SAMBA and 2 form factor auth
Hi All, I havent heard a response back to my previous posts so I am now trying from a "broader" topic. What I have is the following: A 2 Form Factor Token Authentication system similar to RSA SecureID A Linux SAMBA 3.0.14a-Debian I've got the two systems authenticating against each other with RADIUS via PAM support. When I tell SAMBA to use this PAM support as well, I see the
2012 Mar 18
2
malloc/calloc/strdup and R's aequivalents
...is what I get as result. What I try to do, is, to pick some code and port it to R. If I need to rewrite a lot of stuff, just because I need to adapt to R, this would be more effort than if it would be possible just to have some functions, that could make porting easier. For example, if I want to resuse a function, that opens a file and needs a char* stringname then it would add more effort if I need to go via CHARSXP or so. I would need to rewrite many pieces of the code. (Should I implement my own kind of R_str_alloc() ?) My main problem at the moemnt is, that I can use R_alloc() but when...
2006 Aug 08
0
Using class or global variable in rails - Are there any threading issues or race conditions?
...n''t store that in session (it throws TypeError) so the next best thing (on the suggestion by Ola from this mailing list) I am storing it in Class variable or I can store this rpc_driver object in global variable. In brief my concerns are related to race conditions that may arise if I store resusable objects in class/global variables. I know it is very difficult to simulate and identify a race condition. But this is what I think may happen if I use class variable or even global variable to store SOAP::RPC::Driver object. In production each controller is loaded only once which I assume mea...
2006 Jul 05
0
Problem with coxme
...osses my own desk that requires it (or there is sufficient clamor from without). In my defense, I was first sidetracked by trying to understand and support pdMat structures, something I've since abandoned all hope of. They are great examples of object-oriented programming: elegant, short, code resuse, and incomprehensible (see www.netfunny.com/rhf/jokes/98/May/stroustrup.html). ------------- End Forwarded Message -------------
2008 Aug 28
0
Can the file locking in filehash be reused? (Was: Re: [R] [R-pkgs] filehash 2.0)
...ing do you refer to here? I am looking for a mechanism that can be used to lock files for reading and/or writing, and I'd love to have a cross platform solution. Your package is available on "all" platforms - is your file locking mechanism too? Is there an internal API that could be resused? Cheers Henrik On Wed, Aug 27, 2008 at 7:35 PM, Roger D. Peng <rpeng at jhsph.edu> wrote: > I have just uploaded to CRAN version 2.0 of the 'filehash' package. > This version contains a major rewriting of many of the internals (much > rewritten in C) for the DB1 format...
2017 Apr 04
2
[LLD] RFC Range Thunks Implementation review for ARM and Mips
...If you've got any comments on the code, or anything local to the patch I'd be grateful if you could leave a comment on the relevant review. If there is anything more general then responding to this message may be better. The majority of the actual work is writing the tests, which should be resusable however the implementation ends up. The following patches are the glue code needed for range extension thunks to be implemented. [LLD][ELF] Make createThunks a class [NFC] https://reviews.llvm.org/D31654 [LLD][ELF] Fix Thunks with placement restrictions and linker scripts https://reviews.llvm....
2015 Mar 12
0
[ANNOUNCE] intel-gpu-tools 1.10
...son (38): igt: Add gem_ctx_thrash to fill the GGTT with contexts lib: random() is too slow lib/gen8: Make rendercopy threadsafe igt/gem_ctx_thrash: Boost workloads igt/gem_ctx_thread/processes: Serialise after forking children igt/gem_ctx_thrash/threads: Allow bo resuse overlay: Negative modulus overlay: A couple of valgrind pleasers overlay: Hide kworker threads in overview lib/core: Show the exitcode in kmsg as well lib/core: Fix compile error from rebasing igt/gem_mmap_wc: Exercise mmap(wc) interface igt/gem_tiled_wc:...
2007 Jun 29
0
Wine release 0.9.40
...rpcrt4: When an exception is raised, return the stored exception code instead of the generic RPC_S_CALL_FAILED. rpcrt4: Store the assoc_group_id field returned from the bind_ack packet and use it when creating further connections in the association group. rpcrt4: Try a lot harder to resuse existing connections by comparing inside the RpcQualityOfService and RpcAuthInfo objects. rpcrt4: Set PointerBufferMark to the buffer location immediately after the non-pointer data in complex struct and array marshaling and unmarshaling to keep to the DCE/RPC specification. rpcrt4: Im...
2020 Jul 01
6
[RFC] Compiled regression tests.
On 7/1/20 12:40 AM, Michael Kruse via llvm-dev wrote: > To illustrate some difficulties with FileCheck, lets make a > non-semantic change in LLVM: > >     --- a/llvm/lib/Analysis/VectorUtils.cpp >     +++ b/llvm/lib/Analysis/VectorUtils.cpp >     @@ -642,8 +642,8 @@ MDNode *llvm::uniteAccessGroups(MDNode > *AccGroups1, MDNode *AccGroups2) { >          return AccGroups1;
2011 Jan 22
53
Xen 4.1 rc1 test report
Hi, All Intel QA conducted a full validation for xen 4.1 rc1, it includes VT-x, VT-d, SRIOV, RAS, TXT and xl tools testing. 24 issues were exposed. Refer the bug list, please. We already assigned 14 bugs to Intel developers (which has an ''Intel'' tag in the bug title), most of the rest 10 bugs are related xl command. For the these bugs, need community''s help to fix
2009 Jul 06
69
link protection review
Hi all, Link protection is a new feature we are planning to introduce to Solaris and we would like to solicit your feedback on it. Please see attached document for details.