| bio | website | |
|---|---|---|
| location | Zug, Switzerland | |
| age | ||
| visits | member for | 2 years, 1 month |
| seen | Nov 7 '12 at 12:56 | |
| stats | profile views | 11 |
I strongly believe in "as simple as possible, but no simpler"...
To coin a phrase... give a newbie some code, they'll be able to code for the exercise, give them some direction, they'll be able to code for life...
|
Oct 18 |
comment |
Negatives of running processes with real-time priority? Yes - this is the main problem that I appear to encounter. Short of reading through the kernel code to determine all the processes that need to have a higher priority, the only option is to starve all others aside from my process and then move anything that requires any form of io to other cores... hmmm... |
|
Sep 18 |
revised |
Negatives of running processes with real-time priority? edited title |
|
Sep 18 |
comment |
Negatives of running processes with real-time priority? @ire_and_curses, currently the process runs on it's own isolated core (at least the main processing thread), however the interrupts aren't scheduled on that same core (can't do this as there are several similar processes relying on the same network interface), this is more of a last effort.The APIC frequency is interesting, I've not encountered this before. |
|
Sep 18 |
asked | Negatives of running processes with real-time priority? |
|
Sep 14 |
awarded | Yearling |
|
Aug 21 |
awarded | Popular Question |
|
Nov 2 |
awarded | Teacher |
|
Nov 2 |
awarded | Editor |
|
Nov 2 |
revised |
Is there a way to increase the 20 multicast group limit per socket? added 68 characters in body |
|
Nov 2 |
answered | Is there a way to increase the 20 multicast group limit per socket? |
|
Nov 2 |
asked | Is there a way to increase the 20 multicast group limit per socket? |
|
Apr 14 |
awarded | Nice Question |
|
Apr 11 |
awarded | Scholar |
|
Apr 11 |
accepted | Is there a way to modify a file in-place? |
|
Apr 11 |
comment |
Is there a way to modify a file in-place? I wanted to see if I could get away without writing something for it! :) I guess this will do the trick! Thanks! |
|
Apr 11 |
awarded | Supporter |
|
Apr 11 |
comment |
Is there a way to modify a file in-place? interesting, will this temp file need to be the same size as the original though? |
|
Apr 11 |
comment |
Is there a way to modify a file in-place? @Tshepang, "in situ" is a fairly common phrase used in English to describe exactly that - I thought the title was fairly self explanatory... @Gilles, I figured as much, easier to wait for more disk space! ;) |
|
Apr 11 |
awarded | Student |
|
Apr 11 |
comment |
Is there a way to modify a file in-place? @Faheem, that is correct. |