| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 6 months |
| seen | May 13 at 8:24 | |
| stats | profile views | 13 |
|
Nov 23 |
awarded | Yearling |
|
Aug 30 |
accepted | exec < filename - what does this do? |
|
Aug 29 |
comment |
exec < filename - what does this do? so as there is actually no need to modify the file or its descriptors, its essentially a null operation ? |
|
Aug 29 |
asked | exec < filename - what does this do? |
|
May 7 |
comment |
Size of data that can be written to / read from sockets Thanks, this is what i was looking for. |
|
May 7 |
accepted | Size of data that can be written to / read from sockets |
|
May 7 |
revised |
Size of data that can be written to / read from sockets edited body |
|
May 6 |
awarded | Editor |
|
May 6 |
awarded | Commentator |
|
May 6 |
revised |
Size of data that can be written to / read from sockets Clarification of socket type |
|
May 6 |
comment |
Size of data that can be written to / read from sockets Stream Sockets Actually - Although i didnt know there would be a difference. |
|
May 6 |
asked | Size of data that can be written to / read from sockets |
|
May 4 |
accepted | Nice and child processes |
|
May 4 |
comment |
Nice and child processes Thank you, things work nicely now :) |
|
May 4 |
comment |
Nice and child processes @jw013 - For clarity, I am scripting, using & to spawn child processes, not using c & fork. |
|
May 4 |
asked | Nice and child processes |
|
Apr 11 |
accepted | Logfiles for non terminating processes |
|
Apr 11 |
comment |
Logfiles for non terminating processes Thanks, It is the correct answer according to my Question. Ill probably use this for System (group of processes) level logging as it wont be a problem to have all of them in a log, but leave process specific logs for another mechanism. |
|
Apr 11 |
comment |
Logfiles for non terminating processes This looks like the best approach, however if i understand the manpages correctly, am i limited to 8 LOG_LOCAL logs ? (In cas i want to run more than 8 processes using this logging feature!) |
|
Apr 11 |
comment |
Logfiles for non terminating processes I would prefer to avoid stdout etc... |