search for: monothreaded

Displaying 2 results from an estimated 2 matches for "monothreaded".

2009 Nov 28
1
PROTECT and OCaml GC.
...timeframe after it has been created. This seems rather curious to me, and I'm wondering if I should not rather UNPROTECT the value at the moment OCaml's GC says the value is not needed anymore. Please tell me which option I should go forward with. (I'll assume for now that OCaml is monothreaded. I do not believe that R itself is thread-safe, so I'll first handle this monothreaded case.) All the best, -- Guillaume Yziquel http://yziquel.homelinux.org/
2012 May 03
0
[PATCH v5 0/9] skb paged fragment destructors
The following series makes use of the skb fragment API (which is in 3.2 +) to add a per-paged-fragment destructor callback. This can be used by creators of skbs who are interested in the lifecycle of the pages included in that skb after they have handed it off to the network stack. The mail at [0] contains some more background and rationale but basically the completed series will allow entities