Re: Short survey concerning the use of software engineering in the field of High Performance Computing

2010-08-31 Thread James Olin Oden
It would be helpful if you defined High Performance Computing. As far as I can tell that is just a marketing term with no technical basis. I would gladly believe otherwise if you would inform me. I ask this most respectfullyjames On Tue, Aug 31, 2010 at 9:20 AM, Markus Schmidberger wrote: >

Re: Modifying files with PERL

2009-12-15 Thread James Olin Oden
On Tue, Dec 15, 2009 at 10:42 AM, A4r0N wrote: > I need to add "new lines" of text with special characters, to specific > lines in the file. There are 3 modifications needed. Been testing 2 > here without success. > What error are you getting? What modifications are needed? I know what this scri

Re: Closing all filehandles associated with a filedescriptor...

2009-12-12 Thread James Olin Oden
> The forked process could exec itself to close fd's higher > than $^F (ordinarily 2) for the initial leak. But I suspect > there's no easy way to close fd's more selectively. > Yeah I had thought about the exec(), but being its a library I would have no idea what to exec...they could tell me but

Re: Closing all filehandles associated with a filedescriptor...

2009-12-11 Thread James Olin Oden
On Fri, Dec 11, 2009 at 4:36 PM, Shawn H Corey wrote: > James Olin Oden wrote: >> Hi All, >> >> This is really not a beginner question but I'm not sure what list to post it >> on. >> >> I've created a daemon library for easily building daem

Closing all filehandles associated with a filedescriptor...

2009-12-11 Thread James Olin Oden
Hi All, This is really not a beginner question but I'm not sure what list to post it on. I've created a daemon library for easily building daemons and at some point code was added to handle closing all fd's so the daemonized process would not have fd's hanging around it shouldn't have or didn't e