Displaying 2 results from an estimated 2 matches for "00174".
Did you mean:
0017
2011 May 19
3
A better way to do this
Hello gurus,
I have a dataframe containing two groups viz., 'control' and 'case', each of
these groups contains longitudinal data for 100 subjects. I have to plot all
these subjects on a single chart and then put a regression line for each of
the group for all the subjects. I have written a function to do the chart
grpcharts<-function (dat, group,group2,molecule,cutoff){
2011 Apr 07
1
Problems with /bin/cat and flintlock?
...that.
After I killed cat, then the process was freed up and the web application started responding again.
Well, I don't know why this is unreliable I've briefly looked at the code and noticed a few things:
00172 // Connect pipe to stdin and stdout.
00173 dup2(fds[1], 0);
00174 dup2(fds[1], 1);
Isn't this setting stdin and stdout to the same end of an existing pipe? Does this make sense?
Anyway, I thought I'd mention this because it is a consistent problem. If there is anything you think I should do with strace, gdb, etc on the processes next time it han...